diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-08-11 12:37:50 +0900 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2023-08-11 12:37:50 +0900 |
commit | 0b30699f228d79b27f6cd58cc303b3278321059e (patch) | |
tree | 20a5f8dc9c28441be89a6944a3f3e68e620fca8c /system | |
parent | c86e78d227c84950c5f74b6d586f7bf6d59036d1 (diff) |
system/early-ssh: Updated for version gitac34845.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'system')
-rw-r--r-- | system/early-ssh/early-ssh.SlackBuild | 7 | ||||
-rw-r--r-- | system/early-ssh/early-ssh.info | 8 | ||||
-rw-r--r-- | system/early-ssh/slack-desc | 2 |
3 files changed, 7 insertions, 10 deletions
diff --git a/system/early-ssh/early-ssh.SlackBuild b/system/early-ssh/early-ssh.SlackBuild index e3d806174faa..8fc56d066899 100644 --- a/system/early-ssh/early-ssh.SlackBuild +++ b/system/early-ssh/early-ssh.SlackBuild @@ -25,18 +25,15 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=early-ssh -VERSION=${VERSION:-git4acf000} +VERSION=${VERSION:-gitac34845} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -GITREV=4acf000ddbe564dcafec626ec0dc7eadd821a857 +GITREV=ac34845521070c13aff8bc428ffe966ca3688387 ARCH=noarch -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/system/early-ssh/early-ssh.info b/system/early-ssh/early-ssh.info index 9ddcea7867e5..bc7cbd757d1a 100644 --- a/system/early-ssh/early-ssh.info +++ b/system/early-ssh/early-ssh.info @@ -1,8 +1,8 @@ PRGNAM="early-ssh" -VERSION="git4acf000" -HOMEPAGE="http://dev.kakaopor.hu/early-ssh/" -DOWNLOAD="https://github.com/gheja/early-ssh/archive/4acf000ddbe564dcafec626ec0dc7eadd821a857/early-ssh-4acf000ddbe564dcafec626ec0dc7eadd821a857.tar.gz" -MD5SUM="a7b27f5f6b28ea7ce76fdcae249b8225" +VERSION="gitac34845" +HOMEPAGE="https://github.com/gheja/early-ssh" +DOWNLOAD="https://github.com/gheja/early-ssh/archive/ac34845521070c13aff8bc428ffe966ca3688387/early-ssh-ac34845521070c13aff8bc428ffe966ca3688387.tar.gz" +MD5SUM="9a347fc1234ebb21242321ed174e9e23" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="dropbear" diff --git a/system/early-ssh/slack-desc b/system/early-ssh/slack-desc index 79f73599c1d6..58b6f09a4ef0 100644 --- a/system/early-ssh/slack-desc +++ b/system/early-ssh/slack-desc @@ -15,5 +15,5 @@ early-ssh: to be at the console of your server. You can also scp files to your early-ssh: server so you can even start your key-encrypted system. early-ssh: early-ssh: -early-ssh: http://dev.kakaopor.hu/early-ssh/ +early-ssh: https://github.com/gheja/early-ssh early-ssh: |