diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-12-19 22:00:16 +1300 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-01-17 18:13:40 +1300 |
commit | d970bd0013c938ab51acd02f16df7586e706222e (patch) | |
tree | 9234697645d42a09265b462433b84c11f451263f /haskell | |
parent | 7a32fec940ad0214c526c909bbababf5d13f688e (diff) |
haskell/haskell-base-orphans: Updated for version 0.8.6.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'haskell')
-rw-r--r-- | haskell/haskell-base-orphans/haskell-base-orphans.SlackBuild | 2 | ||||
-rw-r--r-- | haskell/haskell-base-orphans/haskell-base-orphans.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/haskell/haskell-base-orphans/haskell-base-orphans.SlackBuild b/haskell/haskell-base-orphans/haskell-base-orphans.SlackBuild index 6a6c3ff765d67..dc88b06a3c979 100644 --- a/haskell/haskell-base-orphans/haskell-base-orphans.SlackBuild +++ b/haskell/haskell-base-orphans/haskell-base-orphans.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=haskell-base-orphans -VERSION=${VERSION:-0.8} +VERSION=${VERSION:-0.8.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/haskell/haskell-base-orphans/haskell-base-orphans.info b/haskell/haskell-base-orphans/haskell-base-orphans.info index 732a439143721..0b96d3862bb4a 100644 --- a/haskell/haskell-base-orphans/haskell-base-orphans.info +++ b/haskell/haskell-base-orphans/haskell-base-orphans.info @@ -1,8 +1,8 @@ PRGNAM="haskell-base-orphans" -VERSION="0.8" +VERSION="0.8.6" HOMEPAGE="https://hackage.haskell.org/package/base-orphans" -DOWNLOAD="https://hackage.haskell.org/packages/archive/base-orphans/0.8/base-orphans-0.8.tar.gz" -MD5SUM="bc6379a15684562aa3df39927bad60a4" +DOWNLOAD="https://hackage.haskell.org/packages/archive/base-orphans/0.8.6/base-orphans-0.8.6.tar.gz" +MD5SUM="e5129e29b458a77b2ec65fc6caa9cb52" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="ghc" |