haskell/haskell-tar: Updated for version 0.5.1.1.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Andrew Clemons 2022-01-07 11:38:02 +13:00
parent 97fc0980a0
commit a2f98789b0
No known key found for this signature in database
GPG key ID: CD26380FFACBDA2B
2 changed files with 7 additions and 4 deletions

View file

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=haskell-tar
VERSION=${VERSION:-0.5.1.0}
VERSION=${VERSION:-0.5.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -77,6 +77,7 @@ cd $TMP
rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
cat $CWD/4.cabal > $SRCNAM.cabal
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \

View file

@ -1,8 +1,10 @@
PRGNAM="haskell-tar"
VERSION="0.5.1.0"
VERSION="0.5.1.1"
HOMEPAGE="https://hackage.haskell.org/package/tar"
DOWNLOAD="https://hackage.haskell.org/packages/archive/tar/0.5.1.0/tar-0.5.1.0.tar.gz"
MD5SUM="a96881505f7b4583734947f58547cc65"
DOWNLOAD="https://hackage.haskell.org/packages/archive/tar/0.5.1.1/tar-0.5.1.1.tar.gz \
https://hackage.haskell.org/package/tar-0.5.1.1/revision/4.cabal"
MD5SUM="03938648a3d6d62cfd27d1f9d5d86f8b \
a6ed69bbc8cab5c56d3c10066949f80c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ghc"