diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-05-02 14:16:40 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-02 17:21:06 +0700 |
commit | a5b238ec5b76f4ce729cd44077e7295ecc345663 (patch) | |
tree | b7699254f1112320e9f657aba37a7e367698eae0 /haskell | |
parent | a8f4878a45de9f72802fdc6f1254d6fe2f90ab8f (diff) | |
download | slackbuilds-a5b238ec5b76f4ce729cd44077e7295ecc345663.tar.gz |
haskell/haskell-unordered-containers: Updated for version 0.2.13.0.
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-unordered-containers/haskell-unordered-containers.SlackBuild | 2 | ||||
-rw-r--r-- | haskell/haskell-unordered-containers/haskell-unordered-containers.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/haskell/haskell-unordered-containers/haskell-unordered-containers.SlackBuild b/haskell/haskell-unordered-containers/haskell-unordered-containers.SlackBuild index 9b68a2699f..1af12af067 100644 --- a/haskell/haskell-unordered-containers/haskell-unordered-containers.SlackBuild +++ b/haskell/haskell-unordered-containers/haskell-unordered-containers.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=haskell-unordered-containers -VERSION=${VERSION:-0.2.9.0} +VERSION=${VERSION:-0.2.13.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/haskell/haskell-unordered-containers/haskell-unordered-containers.info b/haskell/haskell-unordered-containers/haskell-unordered-containers.info index 3221eaac1c..02ad4e2bae 100644 --- a/haskell/haskell-unordered-containers/haskell-unordered-containers.info +++ b/haskell/haskell-unordered-containers/haskell-unordered-containers.info @@ -1,8 +1,8 @@ PRGNAM="haskell-unordered-containers" -VERSION="0.2.9.0" +VERSION="0.2.13.0" HOMEPAGE="https://hackage.haskell.org/package/unordered-containers" -DOWNLOAD="https://hackage.haskell.org/package/unordered-containers-0.2.9.0/unordered-containers-0.2.9.0.tar.gz" -MD5SUM="51348d3af287a972ea31b2d46f0dffd3" +DOWNLOAD="https://hackage.haskell.org/package/unordered-containers-0.2.13.0/unordered-containers-0.2.13.0.tar.gz" +MD5SUM="43770df91fd5825b51d48176f371b7a0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="haskell-hashable" |