diff options
-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 51e85268ab..6ff9ad41b5 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 a22fb9c783..c6b9c4e6ba 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 161531dea5..93f2229d06 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="" |