mirror of
https://github.com/pygos/build.git
synced 2024-11-22 11:09:46 +01:00
Bump OpenSSL version
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
parent
fbbca097f3
commit
bf628d2e31
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
VERSION="1.1.1a"
|
||||
VERSION="1.1.1b"
|
||||
SRCDIR="openssl-${VERSION}"
|
||||
TARBALL="${SRCDIR}.tar.gz"
|
||||
URL="https://www.openssl.org/source"
|
||||
SHA256SUM="fc20130f8b7cbd2fb918b2f14e2f429e109c31ddd0fb38fc5d71d9ffed3f9f41"
|
||||
SHA256SUM="5c557b023230413dfb0756f3137a13e6d726838ccd1430888ad15bfb2b43ea4b"
|
||||
DEPENDS="zlib-dev crt-dev"
|
||||
SUBPKG="openssl openssl-dev"
|
||||
|
||||
|
|
Loading…
Reference in a new issue