diff options
author | Andrew Clemons | 2022-07-04 23:48:48 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo | 2022-07-09 05:06:12 +0200 |
commit | 9adab40c431a3c92f752e09889572d2f545d8728 (patch) | |
tree | 5ed0c61f621fad605c1c218c2d792cd1f066e855 /system | |
parent | 8280b532ae6c4f0a043da696f73c9234b0236107 (diff) | |
download | slackbuilds-9adab40c431a3c92f752e09889572d2f545d8728.tar.gz |
system/binfmt-support: Updated for version 2.2.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/binfmt-support/binfmt-support.SlackBuild | 8 | ||||
-rw-r--r-- | system/binfmt-support/binfmt-support.info | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/system/binfmt-support/binfmt-support.SlackBuild b/system/binfmt-support/binfmt-support.SlackBuild index d497fd0427..b817dd5f14 100644 --- a/system/binfmt-support/binfmt-support.SlackBuild +++ b/system/binfmt-support/binfmt-support.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for binfmt-support # Copyright 2019-2020 Andrew Clemons, Wellington New Zealand +# Copyright 2022 Andrew Clemons, Tokyo Japan # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=binfmt-support -VERSION=${VERSION:-2.2.1} +VERSION=${VERSION:-2.2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +39,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -113,7 +111,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - COPYING ChangeLog-2013 NEWS \ + COPYING ChangeLog-2013 NEWS.md \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/system/binfmt-support/binfmt-support.info b/system/binfmt-support/binfmt-support.info index f9626c07fe..d8a44dd6d8 100644 --- a/system/binfmt-support/binfmt-support.info +++ b/system/binfmt-support/binfmt-support.info @@ -1,8 +1,8 @@ PRGNAM="binfmt-support" -VERSION="2.2.1" +VERSION="2.2.2" HOMEPAGE="https://gitlab.com/cjwatson/binfmt-support" -DOWNLOAD="http://deb.debian.org/debian/pool/main/b/binfmt-support/binfmt-support_2.2.1.orig.tar.gz" -MD5SUM="c62b74a8862575f321f8c1ef3e4b8a2e" +DOWNLOAD="http://deb.debian.org/debian/pool/main/b/binfmt-support/binfmt-support_2.2.2.orig.tar.gz" +MD5SUM="97e366d9c6f68d8cd0ae5f47eb3c0735" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |