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
0f3d04a3b8
commit
700395b508
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
VERSION="1.1.0i"
|
||||
VERSION="1.1.1"
|
||||
SRCDIR="openssl-${VERSION}"
|
||||
TARBALL="${SRCDIR}.tar.gz"
|
||||
URL="https://www.openssl.org/source"
|
||||
SHA256SUM="ebbfc844a8c8cc0ea5dc10b86c9ce97f401837f3fa08c17b2cdadc118253cf99"
|
||||
SHA256SUM="2836875a0f89c03d0fdf483941512613a50cfb421d6fd94b9f41d7279d586a3d"
|
||||
DEPENDS="zlib"
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue