system/ccrypt: Updated for version 1.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
17ab2142e5
commit
fd3465bf53
|
@ -33,8 +33,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM="ccrypt"
|
||||
VERSION=${VERSION:-1.10}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-1.11}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ccrypt"
|
||||
VERSION="1.10"
|
||||
HOMEPAGE="http://ccrypt.sourceforge.net/"
|
||||
DOWNLOAD="http://pkgs.fedoraproject.org/repo/pkgs/ccrypt/ccrypt-1.10.tar.gz/44ddd763465c254df83f5d38851d04d7/ccrypt-1.10.tar.gz"
|
||||
MD5SUM="44ddd763465c254df83f5d38851d04d7"
|
||||
VERSION="1.11"
|
||||
HOMEPAGE="https://ccrypt.sourceforge.net/"
|
||||
DOWNLOAD="https://ccrypt.sourceforge.net/download/1.11/ccrypt-1.11.tar.gz"
|
||||
MD5SUM="262573b04416b3b947f0d38807ec5246"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -13,7 +13,7 @@ ccrypt: streams. It was designed as a replacement for the standard unix
|
|||
ccrypt: crypt utility and is based on based on the Rijndael cipher
|
||||
ccrypt: (aka AES)
|
||||
ccrypt:
|
||||
ccrypt: Homepage: http://ccrypt.sourceforge.net/
|
||||
ccrypt: Homepage: https://ccrypt.sourceforge.net/
|
||||
ccrypt:
|
||||
ccrypt:
|
||||
ccrypt:
|
||||
|
|
Loading…
Reference in New Issue