diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-12-19 23:17:33 +1300 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-01-17 18:13:42 +1300 |
commit | 74252a1cdcb54f67f56c9dfe54ce763f5d640c22 (patch) | |
tree | 22ddaaf88ef9aeb2017b5cbcd4f35585f7c85a6b /haskell | |
parent | 2a43d89007b55106677096c62737cfff44e7a059 (diff) |
haskell/haskell-uuid-types: Updated for version 1.0.5.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'haskell')
-rw-r--r-- | haskell/haskell-uuid-types/haskell-uuid-types.SlackBuild | 3 | ||||
-rw-r--r-- | haskell/haskell-uuid-types/haskell-uuid-types.info | 8 |
2 files changed, 7 insertions, 4 deletions
diff --git a/haskell/haskell-uuid-types/haskell-uuid-types.SlackBuild b/haskell/haskell-uuid-types/haskell-uuid-types.SlackBuild index cb8ddbb664d29..aceb17228fd12 100644 --- a/haskell/haskell-uuid-types/haskell-uuid-types.SlackBuild +++ b/haskell/haskell-uuid-types/haskell-uuid-types.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=haskell-uuid-types -VERSION=${VERSION:-1.0.4} +VERSION=${VERSION:-1.0.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -76,6 +76,7 @@ cd $TMP rm -rf $SRCNAM-$VERSION tar xvf $CWD/$SRCNAM-$VERSION.tar.gz cd $SRCNAM-$VERSION +cat $CWD/1.cabal > $SRCNAM.cabal chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/haskell/haskell-uuid-types/haskell-uuid-types.info b/haskell/haskell-uuid-types/haskell-uuid-types.info index 672e7035a7486..a0a651d5161f4 100644 --- a/haskell/haskell-uuid-types/haskell-uuid-types.info +++ b/haskell/haskell-uuid-types/haskell-uuid-types.info @@ -1,8 +1,10 @@ PRGNAM="haskell-uuid-types" -VERSION="1.0.4" +VERSION="1.0.5" HOMEPAGE="https://hackage.haskell.org/package/uuid-types" -DOWNLOAD="https://hackage.haskell.org/packages/archive/uuid-types/1.0.4/uuid-types-1.0.4.tar.gz" -MD5SUM="a5c6f9a2db9763a880931b784e6be85a" +DOWNLOAD="https://hackage.haskell.org/packages/archive/uuid-types/1.0.5/uuid-types-1.0.5.tar.gz \ + https://hackage.haskell.org/package/uuid-types-1.0.5/revision/1.cabal" +MD5SUM="4d01259910b30ba841129c9b98d20f04 \ + 4e431e90485e7263b359555d1b664a40" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="haskell-hashable haskell-random" |