mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 12:24:17 +08:00
ffmpeg: Fix package version
This commit is contained in:
parent
e4ab437476
commit
cf5b60a8d9
@ -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