summaryrefslogtreecommitdiff
path: root/repo/system/libffi.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/libffi.xibuild')
-rw-r--r--repo/system/libffi.xibuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/repo/system/libffi.xibuild b/repo/system/libffi.xibuild
index 872cb83..707ad04 100644
--- a/repo/system/libffi.xibuild
+++ b/repo/system/libffi.xibuild
@@ -2,7 +2,8 @@
DEPS=(glibc)
-SOURCE=https://github.com/libffi/libffi/releases/download/v3.4.2/libffi-3.4.2.tar.gz
+PKG_VER=3.4.2
+SOURCE=https://github.com/libffi/libffi/releases/download/v$PKG_VER/libffi-$PKG_VER.tar.gz
DESC="Portable foreign function interface library"
build () {