1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-05-15 18:26:14 +02:00

Bump OpenSSH version

Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
David Oberhollenzer 2019-04-18 18:44:44 +02:00
parent 2e6604840b
commit 38380bfc04

View file

@ -1,8 +1,8 @@
VERSION="7.9p1"
VERSION="8.0p1"
SRCDIR="openssh-${VERSION}"
TARBALL="${SRCDIR}.tar.gz"
URL="https://cloudflare.cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable"
SHA256SUM="6b4b3ba2253d84ed3771c8050728d597c91cfce898713beb7b64a305b6f11aad"
SHA256SUM="bd943879e69498e8031eb6b7f44d08cdc37d59a7ab689aa0b437320c3481fd68"
DEPENDS="openssl-dev zlib-dev toolchain"
prepare() {