diff options
author | B. Watson <urchlay@slackware.uk> | 2023-11-01 00:01:51 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-11 08:08:40 +0700 |
commit | d112335335088d2495768d0fed8ba3f9b811964f (patch) | |
tree | 5933ae737c801a404a9d3f192d6327087c89b69d | |
parent | 8b420a89b82dbeb5b73366230bbd5c2c39d13c35 (diff) |
system/aespipe: Updated for version 2.4g.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/aespipe/aespipe.SlackBuild | 5 | ||||
-rw-r--r-- | system/aespipe/aespipe.info | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/system/aespipe/aespipe.SlackBuild b/system/aespipe/aespipe.SlackBuild index dde58683f9800..8cbe4a355f542 100644 --- a/system/aespipe/aespipe.SlackBuild +++ b/system/aespipe/aespipe.SlackBuild @@ -25,6 +25,7 @@ # # markus reichelt, (email removed) +# 20231031 bkw: update for v2.4g. # 20230709 bkw: BUILD=2 # - new maintainer. # - include bz2aespipe in package. @@ -32,8 +33,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=aespipe -VERSION=${VERSION:-2.4f} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.4g} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/aespipe/aespipe.info b/system/aespipe/aespipe.info index 34ee3013fdf7d..5d11b1e5ac7f4 100644 --- a/system/aespipe/aespipe.info +++ b/system/aespipe/aespipe.info @@ -1,8 +1,8 @@ PRGNAM="aespipe" -VERSION="2.4f" -HOMEPAGE="http://loop-aes.sourceforge.net/" -DOWNLOAD="http://loop-aes.sourceforge.net/aespipe/aespipe-v2.4f.tar.bz2" -MD5SUM="ed05c62c1954110f009bedda4bc1562f" +VERSION="2.4g" +HOMEPAGE="https://loop-aes.sourceforge.net/" +DOWNLOAD="https://loop-aes.sourceforge.net/aespipe/aespipe-v2.4g.tar.bz2" +MD5SUM="c216c6c9e939fac69f859af0ad2fd8ef" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |