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 <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
89c3c31702
commit
2121f940c9
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
VERSION="1.1.0g"
|
VERSION="1.1.0h"
|
||||||
SRCDIR="openssl-${VERSION}"
|
SRCDIR="openssl-${VERSION}"
|
||||||
TARBALL="${SRCDIR}.tar.gz"
|
TARBALL="${SRCDIR}.tar.gz"
|
||||||
URL="https://www.openssl.org/source"
|
URL="https://www.openssl.org/source"
|
||||||
SHA256SUM="de4d501267da39310905cb6dc8c6121f7a2cad45a7707f76df828fe1b85073af"
|
SHA256SUM="5835626cde9e99656585fc7aaa2302a73a7e1340bf8c14fd635a62c66802a517"
|
||||||
DEPENDS="zlib"
|
DEPENDS="zlib"
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue