summaryrefslogtreecommitdiff
path: root/repo/devel/distcc.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/devel/distcc.xibuild')
-rw-r--r--repo/devel/distcc.xibuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/repo/devel/distcc.xibuild b/repo/devel/distcc.xibuild
index 8d4039b..2011608 100644
--- a/repo/devel/distcc.xibuild
+++ b/repo/devel/distcc.xibuild
@@ -2,7 +2,8 @@
DEPS=(gcc python)
-SOURCE=https://github.com/distcc/distcc/releases/download/v3.4/distcc-3.4.tar.gz
+PKG_VER=3.4
+SOURCE=https://github.com/distcc/distcc/releases/download/v$PKG_VER/distcc-$PKG_VER.tar.gz
DESC="Distributed compiler for C, C++ and Objective-C"