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/openssl.xibuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'repo/system/openssl.xibuild') diff --git a/repo/system/openssl.xibuild b/repo/system/openssl.xibuild index 5b52fd5..f057063 100644 --- a/repo/system/openssl.xibuild +++ b/repo/system/openssl.xibuild @@ -2,9 +2,9 @@ DEPS=(glibc) -SOURCE=https://github.com/openssl/openssl/archive/refs/tags/openssl-3.0.1.tar.gz +PKG_VER=3.0.1 +SOURCE=https://github.com/openssl/openssl/archive/refs/tags/openssl-$PKG_VER.tar.gz DESC="The open source management tools and libraries for cryptography" -BRANCH="OpenSSL_1_1_1-stable" build () { ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib shared zlib-dynamic -- cgit v1.2.1