mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/dropbear: Updated for version 2024.86.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
000ce7cf99
commit
690e7d8427
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=dropbear
|
||||
VERSION=${VERSION:-2024.85}
|
||||
VERSION=${VERSION:-2024.86}
|
||||
SRCVERSION="DROPBEAR_$VERSION"
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="dropbear"
|
||||
VERSION="2024.85"
|
||||
VERSION="2024.86"
|
||||
HOMEPAGE="https://github.com/mkj/dropbear"
|
||||
DOWNLOAD="https://github.com/mkj/dropbear/archive/DROPBEAR_2024.85/dropbear-DROPBEAR_2024.85.tar.gz"
|
||||
MD5SUM="d4b107f6fd103bc2c6ed7226bbae69b2"
|
||||
DOWNLOAD="https://github.com/mkj/dropbear/archive/DROPBEAR_2024.86/dropbear-DROPBEAR_2024.86.tar.gz"
|
||||
MD5SUM="bb72335b40c90397cb1c182143524800"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue