mirror of
https://github.com/pygos/build.git
synced 2024-11-05 03:27:10 +01:00
Bump openssl version
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
512fb7bc28
commit
8e4ff996e8
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
VERSION="1.1.0h"
|
||||
VERSION="1.1.0i"
|
||||
SRCDIR="openssl-${VERSION}"
|
||||
TARBALL="${SRCDIR}.tar.gz"
|
||||
URL="https://www.openssl.org/source"
|
||||
SHA256SUM="5835626cde9e99656585fc7aaa2302a73a7e1340bf8c14fd635a62c66802a517"
|
||||
SHA256SUM="ebbfc844a8c8cc0ea5dc10b86c9ce97f401837f3fa08c17b2cdadc118253cf99"
|
||||
DEPENDS="zlib"
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue