diff options
Diffstat (limited to 'repo/devel/ninja.xibuild')
-rw-r--r-- | repo/devel/ninja.xibuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/devel/ninja.xibuild b/repo/devel/ninja.xibuild index 8cb3011..8ae4868 100644 --- a/repo/devel/ninja.xibuild +++ b/repo/devel/ninja.xibuild @@ -3,8 +3,8 @@ MAKEDEPS="python" DEPS="musl" -SOURCE=git://github.com/ninja-build/ninja.git -BRANCH=release +PKG_VER=1.10.2 +SOURCE=https://github.com/ninja-build/ninja/archive/refs/tags/v$PKG_VER.tar.gz DESC="Small build system with a focus on speed" build () { |