diff --git a/recipes/curl/recipe.sh b/recipes/curl/recipe.sh index 0bf0d3882..988c35e35 100644 --- a/recipes/curl/recipe.sh +++ b/recipes/curl/recipe.sh @@ -1,7 +1,7 @@ VERSION="7.62.0" #TAR=https://curl.haxx.se/download/curl-$VERSION.tar.gz GIT=https://gitlab.redox-os.org/redox-os/curl.git -GIT_BRANCH=redox +BRANCH=redox BUILD_DEPENDS=(nghttp2 openssl zlib) DEPENDS="ca-certificates" diff --git a/recipes/ion/recipe.sh b/recipes/ion/recipe.sh index fda62673f..6505c4a2b 100644 --- a/recipes/ion/recipe.sh +++ b/recipes/ion/recipe.sh @@ -1 +1,2 @@ GIT=https://gitlab.redox-os.org/redox-os/ion.git +BRANCH=redox diff --git a/recipes/mesa/recipe.sh b/recipes/mesa/recipe.sh index 861cb33a1..16b053a38 100644 --- a/recipes/mesa/recipe.sh +++ b/recipes/mesa/recipe.sh @@ -1,6 +1,6 @@ GIT=https://gitlab.redox-os.org/redox-os/mesa.git GIT_UPSTREAM=git://anongit.freedesktop.org/mesa/mesa -GIT_BRANCH=redox +BRANCH=redox BUILD_DEPENDS=(expat llvm zlib) function recipe_version {