diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-09 20:09:21 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-09 17:02:21 +0700 |
commit | fcf6261b6e27f6e7b2f4b219f35c08dd38317c2e (patch) | |
tree | 8ae2973b6a8a9d883ffb4ac179b35b06accd5332 | |
parent | f781d4d41be688e5a15f87b23ce3dd817f19b331 (diff) |
haskell/haskell-base16-bytestring: Updated for version 0.1.1.7.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | haskell/haskell-base16-bytestring/haskell-base16-bytestring.SlackBuild | 4 | ||||
-rw-r--r-- | haskell/haskell-base16-bytestring/haskell-base16-bytestring.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/haskell/haskell-base16-bytestring/haskell-base16-bytestring.SlackBuild b/haskell/haskell-base16-bytestring/haskell-base16-bytestring.SlackBuild index 7f77068ce179..3a6eb6590c66 100644 --- a/haskell/haskell-base16-bytestring/haskell-base16-bytestring.SlackBuild +++ b/haskell/haskell-base16-bytestring/haskell-base16-bytestring.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=haskell-base16-bytestring -VERSION=${VERSION:-0.1.1.6} +VERSION=${VERSION:-0.1.1.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -107,7 +107,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a LICENSE README.markdown $PKG/usr/doc/$PRGNAM-$VERSION +cp -a CHANGELOG.md LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/haskell/haskell-base16-bytestring/haskell-base16-bytestring.info b/haskell/haskell-base16-bytestring/haskell-base16-bytestring.info index 94ed73f1af6b..29e4918313f7 100644 --- a/haskell/haskell-base16-bytestring/haskell-base16-bytestring.info +++ b/haskell/haskell-base16-bytestring/haskell-base16-bytestring.info @@ -1,8 +1,8 @@ PRGNAM="haskell-base16-bytestring" -VERSION="0.1.1.6" +VERSION="0.1.1.7" HOMEPAGE="https://hackage.haskell.org/package/base16-bytestring" -DOWNLOAD="https://hackage.haskell.org/package/base16-bytestring-0.1.1.6/base16-bytestring-0.1.1.6.tar.gz" -MD5SUM="b6aac9d679d7dd84c3cd23cbc143eb29" +DOWNLOAD="https://hackage.haskell.org/package/base16-bytestring-0.1.1.7/base16-bytestring-0.1.1.7.tar.gz" +MD5SUM="d881e9b58a84a7ffd1b4c1082ac0b915" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="ghc" |