diff options
author | Ruari Oedegaard <sbo@ruari.com> | 2021-02-19 22:09:23 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-02-21 00:05:02 +0700 |
commit | e470a36c6c16e9f191c167b1b7a682c75dc1112e (patch) | |
tree | 3babdd3ba6da8ca9aa02e2d1ea9c98fd14fa4115 | |
parent | bc11bcbf65f31f81fd67a5d88c3775f25d1ff2bc (diff) |
system/afio: Updated for version 2.5.2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/afio/README | 10 | ||||
-rw-r--r-- | system/afio/afio.SlackBuild | 6 | ||||
-rw-r--r-- | system/afio/afio.info | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/system/afio/README b/system/afio/README index 51e85268abec..6ff9ad41b536 100644 --- a/system/afio/README +++ b/system/afio/README @@ -1,8 +1,8 @@ -Afio makes compressed archives that are safer than compressed tar or -cpio archives, allowing better handling of input data corruption. Afio +Afio makes compressed archives that are safer than compressed tar or +cpio archives, allowing better handling of input data corruption. Afio also supports multi-volume archives during interactive operation. -Afio makes cpio archives with ASCII-formatted header information (odc). -Where the odc format cannot represent some files and file properties -that could be present on a modern UNIX filesystem, it uses an afio- +Afio makes cpio archives with ASCII-formatted header information (odc). +Where the odc format cannot represent some files and file properties +that could be present on a modern UNIX filesystem, it uses an afio- specific 'large ASCII' header for the files concerned. diff --git a/system/afio/afio.SlackBuild b/system/afio/afio.SlackBuild index a22fb9c7835d..c6b9c4e6ba7e 100644 --- a/system/afio/afio.SlackBuild +++ b/system/afio/afio.SlackBuild @@ -5,13 +5,13 @@ # Written by ruario <sbo@ruari.com> PRGNAM=afio -VERSION=${VERSION:-2.5.1} +VERSION=${VERSION:-2.5.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -38,7 +38,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tgz +tar xvf $CWD/v$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ diff --git a/system/afio/afio.info b/system/afio/afio.info index 161531dea594..93f2229d06dc 100644 --- a/system/afio/afio.info +++ b/system/afio/afio.info @@ -1,8 +1,8 @@ PRGNAM="afio" -VERSION="2.5.1" -HOMEPAGE="http://members.chello.nl/~k.holtman/afio.html" -DOWNLOAD="http://members.chello.nl/~k.holtman/afio-2.5.1.tgz" -MD5SUM="03a04d7b16684dce6c628eba5a4c7c93" +VERSION="2.5.2" +HOMEPAGE="https://github.com/kholtman/afio" +DOWNLOAD="https://github.com/kholtman/afio/archive/v2.5.2.tar.gz" +MD5SUM="2ab7c66d2b6c100aef5fce596baf2247" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |