From aa6311ab489b678cdcfda07af96d424c032ac12c Mon Sep 17 00:00:00 2001 From: David Spencer Date: Fri, 26 Oct 2018 10:58:14 +0100 Subject: haskell/haskell-hashed-storage: Updated for version 0.5.11. Signed-off-by: David Spencer --- .../haskell-hashed-storage/haskell-hashed-storage.SlackBuild | 9 +++++---- haskell/haskell-hashed-storage/haskell-hashed-storage.info | 10 +++++----- haskell/haskell-hashed-storage/slack-desc | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) (limited to 'haskell') diff --git a/haskell/haskell-hashed-storage/haskell-hashed-storage.SlackBuild b/haskell/haskell-hashed-storage/haskell-hashed-storage.SlackBuild index 68ab25cdcc..0b7653f713 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 9a07260417..98f5dd74bd 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 f1c04d7c44..b1d12fbf24 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 -- cgit v1.2.3