mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-05 19:18:43 +08:00
Merge pull request #110 from xTibor/ffmpeg-version
ffmpeg: Fix package version
This commit is contained in:
commit
30c3732930
@ -1,5 +1,11 @@
|
||||
VERSION=3.3
|
||||
GIT=https://github.com/FFmpeg/FFmpeg
|
||||
BRANCH=release/3.3
|
||||
BRANCH=release/$VERSION
|
||||
|
||||
function recipe_version {
|
||||
echo "$VERSION"
|
||||
skip=1
|
||||
}
|
||||
|
||||
function recipe_update {
|
||||
echo "skipping update"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user