diff options
Diffstat (limited to 'repo/system/libpsl.xibuild')
-rw-r--r-- | repo/system/libpsl.xibuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/repo/system/libpsl.xibuild b/repo/system/libpsl.xibuild index 9b40f2a..5ecd701 100644 --- a/repo/system/libpsl.xibuild +++ b/repo/system/libpsl.xibuild @@ -2,7 +2,8 @@ DEPS=(libidn) -SOURCE=https://github.com/rockdaboot/libpsl/releases/download/0.21.1/libpsl-0.21.1.tar.gz +PKG_VER=0.21.1 +SOURCE=https://github.com/rockdaboot/libpsl/releases/download/$PKG_VER/libpsl-$PKG_VER.tar.gz DESC="C library to handle the Public Suffix List" build () { |