Merge pull request #5522 from fnv-fnv/fix_openssh_location

openssh: update package location to CDN repo
This commit is contained in:
CvH 2021-07-31 21:02:31 +02:00 committed by GitHub
commit 1ce1adc278
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ PKG_VERSION="8.5p1"
PKG_SHA256="f52f3f41d429aa9918e38cf200af225ccdd8e66f052da572870c89737646ec25" PKG_SHA256="f52f3f41d429aa9918e38cf200af225ccdd8e66f052da572870c89737646ec25"
PKG_LICENSE="OSS" PKG_LICENSE="OSS"
PKG_SITE="https://www.openssh.com/" PKG_SITE="https://www.openssh.com/"
PKG_URL="https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${PKG_NAME}-${PKG_VERSION}.tar.gz" PKG_URL="https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/${PKG_NAME}-${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain openssl zlib" PKG_DEPENDS_TARGET="toolchain openssl zlib"
PKG_LONGDESC="An open re-implementation of the SSH package." PKG_LONGDESC="An open re-implementation of the SSH package."
PKG_TOOLCHAIN="autotools" PKG_TOOLCHAIN="autotools"