mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/boypt/openssh-deb.git
synced 2026-09-20 08:03:46 +08:00
fix: Openssl move to github
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
OPENSSH_SIDPKG=
|
||||
OPENSSLMIR=https://www.openssl.org/source/
|
||||
OPENSSLSRC=openssl-3.0.15.tar.gz
|
||||
OPENSSLVER=3.0.15
|
||||
OPENSSLMIR=https://github.com/openssl/openssl/releases/download/openssl-${OPENSSLVER}/
|
||||
OPENSSLSRC=openssl-${OPENSSLVER}.tar.gz
|
||||
|
||||
DEBMIRROR=http://ftp.us.debian.org/debian/
|
||||
OPENSSH_SIDPKG=
|
||||
[[ -z $OPENSSH_SIDPKG ]] && \
|
||||
OPENSSH_SIDPKG=$(curl https://packages.debian.org/sid/openssh-server | sed -n '/vcurrent/s/ *<[^>]*> *//gp' | head -n1 | cut -d: -f2)
|
||||
OPENSSHVER=$(echo $OPENSSH_SIDPKG|cut -d- -f1)
|
||||
|
||||
Reference in New Issue
Block a user