diff options
author | 2025-06-10 20:05:17 -0400 | |
---|---|---|
committer | 2025-06-14 16:05:13 +0700 | |
commit | 74ad4b1bdf088768f74ebe8dda247f28eb4eedbe (patch) | |
tree | 0c140cdfa56daa38b1d6b55bf09425afb5a1df76 | |
parent | 63abd8a8948cd84178fe406991d235178145d206 (diff) | |
download | slackbuilds-74ad4b1bdf088768f74ebe8dda247f28eb4eedbe.tar.gz slackbuilds-74ad4b1bdf088768f74ebe8dda247f28eb4eedbe.tar.xz |
system/aespipe: Updated for version 2.4i.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/aespipe/README | 2 | ||||
-rw-r--r-- | system/aespipe/aespipe.SlackBuild | 3 | ||||
-rw-r--r-- | system/aespipe/aespipe.info | 6 | ||||
-rw-r--r-- | system/aespipe/slack-desc | 2 |
4 files changed, 7 insertions, 6 deletions
diff --git a/system/aespipe/README b/system/aespipe/README index 2dd6c33624..d3b9f8d252 100644 --- a/system/aespipe/README +++ b/system/aespipe/README @@ -1,4 +1,4 @@ -aespipe is a AES encrypting or decrypting pipe. It reads from +aespipe is an AES encrypting or decrypting pipe. It reads from standard input and writes to standard output. It can be used to create and restore encrypted tar or cpio archives, and to encrypt and decrypt loop-AES compatible encrypted disk images. diff --git a/system/aespipe/aespipe.SlackBuild b/system/aespipe/aespipe.SlackBuild index 60ddfc14be..c98d49370b 100644 --- a/system/aespipe/aespipe.SlackBuild +++ b/system/aespipe/aespipe.SlackBuild @@ -25,6 +25,7 @@ # # markus reichelt, (email removed) +# 20250610 bkw: update for v2.4i. # 20240812 bkw: update for v2.4h. # 20231031 bkw: update for v2.4g. # 20230709 bkw: BUILD=2 @@ -34,7 +35,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=aespipe -VERSION=${VERSION:-2.4h} +VERSION=${VERSION:-2.4i} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/aespipe/aespipe.info b/system/aespipe/aespipe.info index 404e017061..ab0cb6f5db 100644 --- a/system/aespipe/aespipe.info +++ b/system/aespipe/aespipe.info @@ -1,8 +1,8 @@ PRGNAM="aespipe" -VERSION="2.4h" +VERSION="2.4i" HOMEPAGE="https://loop-aes.sourceforge.net/" -DOWNLOAD="https://loop-aes.sourceforge.net/aespipe/aespipe-v2.4h.tar.bz2" -MD5SUM="6c4552f10771eda471c964b34b1fae4a" +DOWNLOAD="https://loop-aes.sourceforge.net/aespipe/aespipe-v2.4i.tar.bz2" +MD5SUM="d06201bee78155e65c5db18fe640df33" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/system/aespipe/slack-desc b/system/aespipe/slack-desc index 479f1911df..a95c9bed15 100644 --- a/system/aespipe/slack-desc +++ b/system/aespipe/slack-desc @@ -8,7 +8,7 @@ |-----handy-ruler------------------------------------------------------| aespipe: aespipe (AES encrypting/decrypting pipe) aespipe: -aespipe: aespipe is a AES encrypting or decrypting pipe. It reads from +aespipe: aespipe is an AES encrypting or decrypting pipe. It reads from aespipe: standard input and writes to standard output. It can be used to aespipe: create and restore encrypted tar or cpio archives, and to aespipe: encrypt and decrypt loop-AES compatible encrypted disk images. |