diff options
Diffstat (limited to 'repo')
-rw-r--r-- | repo/system/libp11-kit.xibuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/repo/system/libp11-kit.xibuild b/repo/system/libp11-kit.xibuild index b2787f1..26f0a3b 100644 --- a/repo/system/libp11-kit.xibuild +++ b/repo/system/libp11-kit.xibuild @@ -3,7 +3,8 @@ MAKEDEPS=(make ) DEPS=(glibc libtasn1 libffi) -SOURCE=https://github.com/p11-glue/p11-kit/releases/download/0.24.1/p11-kit-0.24.1.tar.xz +PKG_VER=0.24.1 +SOURCE=https://github.com/p11-glue/p11-kit/releases/download/$PKG_VER/p11-kit-$PKG_VER.tar.xz DESC="Loads and enumerates PKCS#11 modules" prepare () { |