use sid package version string

This commit is contained in:
Git User
2024-03-15 10:28:31 +08:00
parent b49d6d8172
commit 827099c09d
3 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
OPENSSLMIR=https://www.openssl.org/source/
OPENSSLSRC=openssl-3.0.13.tar.gz
DEBMIRROR=http://ftp.us.debian.org/debian/
OPENSSHVER=9.6p1
OPENSSHPKGVER=5
OPENSSH_SIDPKG=9.7p1-2
OPENSSHVER=$(echo $OPENSSH_SIDPKG|cut -d- -f1)