diff options
Diffstat (limited to 'system/early-ssh/early-ssh.SlackBuild')
-rw-r--r-- | system/early-ssh/early-ssh.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/system/early-ssh/early-ssh.SlackBuild b/system/early-ssh/early-ssh.SlackBuild index 8fc56d0668..57a8f75e28 100644 --- a/system/early-ssh/early-ssh.SlackBuild +++ b/system/early-ssh/early-ssh.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for early-ssh # Copyright 2016-2018 Andrew Clemons, Wellington New Zealand +# Copyright 2024 Andrew Clemons, Tokyo Japan # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,12 +26,12 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=early-ssh -VERSION=${VERSION:-gitac34845} +VERSION=${VERSION:-git15791d2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -GITREV=ac34845521070c13aff8bc428ffe966ca3688387 +GITREV=15791d22ace74011486c299aa29c22f31b3364f6 ARCH=noarch |