From 91ed29d7dda0c5764bfc991985bf98adab0890f0 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 16 Jan 2022 02:27:41 +0000 Subject: added PKG_VER to xibuilds --- repo/system/libxcrypt.xibuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'repo/system/libxcrypt.xibuild') diff --git a/repo/system/libxcrypt.xibuild b/repo/system/libxcrypt.xibuild index a4b5a3e..8fd8dd3 100644 --- a/repo/system/libxcrypt.xibuild +++ b/repo/system/libxcrypt.xibuild @@ -2,7 +2,8 @@ DEPS=(glibc) -SOURCE=https://github.com/besser82/libxcrypt/releases/download/v4.4.26/libxcrypt-4.4.26.tar.xz +PKG_VER=4.4.26 +SOURCE=https://github.com/besser82/libxcrypt/releases/download/v$PKG_VER/libxcrypt-$PKG_VER.tar.xz DESC="A modern library for one-way hashing of passwords" build () { -- cgit v1.2.1