system/early-ssh: Updated for version gitac34845.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
parent
c86e78d227
commit
0b30699f22
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue