mirror of
https://github.com/pygos/build.git
synced 2024-11-22 11:09:46 +01:00
Bump OpenSSH version
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
parent
2e6604840b
commit
38380bfc04
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
VERSION="7.9p1"
|
VERSION="8.0p1"
|
||||||
SRCDIR="openssh-${VERSION}"
|
SRCDIR="openssh-${VERSION}"
|
||||||
TARBALL="${SRCDIR}.tar.gz"
|
TARBALL="${SRCDIR}.tar.gz"
|
||||||
URL="https://cloudflare.cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable"
|
URL="https://cloudflare.cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable"
|
||||||
SHA256SUM="6b4b3ba2253d84ed3771c8050728d597c91cfce898713beb7b64a305b6f11aad"
|
SHA256SUM="bd943879e69498e8031eb6b7f44d08cdc37d59a7ab689aa0b437320c3481fd68"
|
||||||
DEPENDS="openssl-dev zlib-dev toolchain"
|
DEPENDS="openssl-dev zlib-dev toolchain"
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue