diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 10:58:14 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:25 +0700 |
commit | aa6311ab489b678cdcfda07af96d424c032ac12c (patch) | |
tree | 850a7c2cfbe6c9fa0fe9a5da4317e7aef12ca523 /haskell/haskell-hashed-storage | |
parent | a36f4cd9a50d11f3ced70aabd4ac26b14a1649ef (diff) |
haskell/haskell-hashed-storage: Updated for version 0.5.11.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-hashed-storage')
-rw-r--r-- | haskell/haskell-hashed-storage/haskell-hashed-storage.SlackBuild | 9 | ||||
-rw-r--r-- | haskell/haskell-hashed-storage/haskell-hashed-storage.info | 10 | ||||
-rw-r--r-- | haskell/haskell-hashed-storage/slack-desc | 2 |
3 files changed, 11 insertions, 10 deletions
diff --git a/haskell/haskell-hashed-storage/haskell-hashed-storage.SlackBuild b/haskell/haskell-hashed-storage/haskell-hashed-storage.SlackBuild index 68ab25cdcc7f..0b7653f713cd 100644 --- a/haskell/haskell-hashed-storage/haskell-hashed-storage.SlackBuild +++ b/haskell/haskell-hashed-storage/haskell-hashed-storage.SlackBuild @@ -1,8 +1,9 @@ #!/bin/sh -# Slackware build script for hashed-storage +# Slackware build script for haskell-hashed-storage # Copyright 2015 Mikko Värri, Finland +# Updated 2018 David Spencer, Baildon, West Yorkshire, U.K. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -33,7 +34,7 @@ GHC_VERSION=$(ghc --numeric-version) if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -44,8 +45,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" diff --git a/haskell/haskell-hashed-storage/haskell-hashed-storage.info b/haskell/haskell-hashed-storage/haskell-hashed-storage.info index 9a07260417f0..98f5dd74bd0d 100644 --- a/haskell/haskell-hashed-storage/haskell-hashed-storage.info +++ b/haskell/haskell-hashed-storage/haskell-hashed-storage.info @@ -1,10 +1,10 @@ PRGNAM="haskell-hashed-storage" VERSION="0.5.11" -HOMEPAGE="http://hackage.haskell.org/package/hashed-storage" -DOWNLOAD="http://hackage.haskell.org/packages/archive/hashed-storage/0.5.11/hashed-storage-0.5.11.tar.gz" +HOMEPAGE="https://hackage.haskell.org/package/hashed-storage" +DOWNLOAD="https://hackage.haskell.org/packages/archive/hashed-storage/0.5.11/hashed-storage-0.5.11.tar.gz" MD5SUM="7b99ba4da4be44ffb5018e43a498fdb0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="haskell-extensible-exceptions haskell-dataenc haskell-mmap haskell-mtl haskell-zlib" -MAINTAINER="Mikko Värri" -EMAIL="vmj@linuxbox.fi" +REQUIRES="haskell-extensible-exceptions haskell-dataenc haskell-mmap haskell-zlib" +MAINTAINER="David Spencer" +EMAIL="baildon.research@googlemail.com" diff --git a/haskell/haskell-hashed-storage/slack-desc b/haskell/haskell-hashed-storage/slack-desc index f1c04d7c44a0..b1d12fbf24b9 100644 --- a/haskell/haskell-hashed-storage/slack-desc +++ b/haskell/haskell-hashed-storage/slack-desc @@ -16,4 +16,4 @@ haskell-hashed-storage: The supported storage formats include darcs hashed prist haskell-hashed-storage: filesystem tree and an indexed plain tree (where the index maintains haskell-hashed-storage: hashes of the plain files and directories). haskell-hashed-storage: -haskell-hashed-storage: http://hackage.haskell.org/package/hashed-storage +haskell-hashed-storage: https://hackage.haskell.org/package/hashed-storage |