diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-13 09:32:48 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-13 09:18:02 +0700 |
commit | a24487cd90240de448f2f9bf367efdf6c534ec5e (patch) | |
tree | 3b6c532306d94734d48a449e871ca056d64d26a0 /haskell | |
parent | 546bbc02bd3d5ab9eee0009e7a65a996a4f0d185 (diff) |
haskell/haskell-store-core: Updated for version 0.4.4.4.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell')
-rw-r--r-- | haskell/haskell-store-core/haskell-store-core.SlackBuild | 2 | ||||
-rw-r--r-- | haskell/haskell-store-core/haskell-store-core.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/haskell/haskell-store-core/haskell-store-core.SlackBuild b/haskell/haskell-store-core/haskell-store-core.SlackBuild index 30aef4fd48886..75c12d4f2e7dc 100644 --- a/haskell/haskell-store-core/haskell-store-core.SlackBuild +++ b/haskell/haskell-store-core/haskell-store-core.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=haskell-store-core -VERSION=${VERSION:-0.4.4} +VERSION=${VERSION:-0.4.4.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/haskell/haskell-store-core/haskell-store-core.info b/haskell/haskell-store-core/haskell-store-core.info index 906559c27af7a..9d25d4852859a 100644 --- a/haskell/haskell-store-core/haskell-store-core.info +++ b/haskell/haskell-store-core/haskell-store-core.info @@ -1,8 +1,8 @@ PRGNAM="haskell-store-core" -VERSION="0.4.4" +VERSION="0.4.4.4" HOMEPAGE="https://hackage.haskell.org/package/store-core" -DOWNLOAD="https://hackage.haskell.org/packages/archive/store-core/0.4.4/store-core-0.4.4.tar.gz" -MD5SUM="dcd4aad540d67bd8fd57905df617f432" +DOWNLOAD="https://hackage.haskell.org/packages/archive/store-core/0.4.4.4/store-core-0.4.4.4.tar.gz" +MD5SUM="b8d7c9849ae91e4331a5ec4db6556e7c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="haskell-primitive" |