summaryrefslogtreecommitdiff
path: root/haskell/haskell-uuid-types
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2021-05-02 14:17:47 +1200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-05-02 17:21:07 +0700
commit25ec13ef56795c9d27a18b0d63d8e9476ce6a68f (patch)
tree9cf5fc4760cffe24ab8c1f3ba7564d201c363741 /haskell/haskell-uuid-types
parenta5b238ec5b76f4ce729cd44077e7295ecc345663 (diff)
downloadslackbuilds-25ec13ef56795c9d27a18b0d63d8e9476ce6a68f.tar.gz
haskell/haskell-uuid-types: Updated for version 1.0.4.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-uuid-types')
-rw-r--r--haskell/haskell-uuid-types/haskell-uuid-types.SlackBuild4
-rw-r--r--haskell/haskell-uuid-types/haskell-uuid-types.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/haskell/haskell-uuid-types/haskell-uuid-types.SlackBuild b/haskell/haskell-uuid-types/haskell-uuid-types.SlackBuild
index fa6fdbb500..7f8cf32deb 100644
--- a/haskell/haskell-uuid-types/haskell-uuid-types.SlackBuild
+++ b/haskell/haskell-uuid-types/haskell-uuid-types.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=haskell-uuid-types
-VERSION=${VERSION:-1.0.3}
+VERSION=${VERSION:-1.0.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -97,7 +97,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 CHANGES LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a ChangeLog.md LICENSE $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-uuid-types/haskell-uuid-types.info b/haskell/haskell-uuid-types/haskell-uuid-types.info
index 052e5ca931..672e7035a7 100644
--- a/haskell/haskell-uuid-types/haskell-uuid-types.info
+++ b/haskell/haskell-uuid-types/haskell-uuid-types.info
@@ -1,8 +1,8 @@
PRGNAM="haskell-uuid-types"
-VERSION="1.0.3"
+VERSION="1.0.4"
HOMEPAGE="https://hackage.haskell.org/package/uuid-types"
-DOWNLOAD="https://hackage.haskell.org/packages/archive/uuid-types/1.0.3/uuid-types-1.0.3.tar.gz"
-MD5SUM="8eb681871f48a2f7fd739fad9e91c341"
+DOWNLOAD="https://hackage.haskell.org/packages/archive/uuid-types/1.0.4/uuid-types-1.0.4.tar.gz"
+MD5SUM="a5c6f9a2db9763a880931b784e6be85a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-hashable haskell-random"