diff options
author | B. Watson <urchlay@slackware.uk> | 2024-08-12 23:02:06 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-17 18:14:16 +0700 |
commit | 097d81af40f55ff987d4ad5da8a39f3c97e8ccfe (patch) | |
tree | b453621165eb6bb4f5685568191eb94564d010fd /system/aespipe/aespipe.SlackBuild | |
parent | 374f3208da8702307b2027a983f94e89fb22d73a (diff) |
system/aespipe: Updated for version 2.4h.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/aespipe/aespipe.SlackBuild')
-rw-r--r-- | system/aespipe/aespipe.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/aespipe/aespipe.SlackBuild b/system/aespipe/aespipe.SlackBuild index 8cbe4a355f542..60ddfc14bea62 100644 --- a/system/aespipe/aespipe.SlackBuild +++ b/system/aespipe/aespipe.SlackBuild @@ -25,6 +25,7 @@ # # markus reichelt, (email removed) +# 20240812 bkw: update for v2.4h. # 20231031 bkw: update for v2.4g. # 20230709 bkw: BUILD=2 # - new maintainer. @@ -33,7 +34,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=aespipe -VERSION=${VERSION:-2.4g} +VERSION=${VERSION:-2.4h} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |