diff options
Diffstat (limited to 'haskell')
-rw-r--r-- | haskell/haskell-random/haskell-random.SlackBuild | 4 | ||||
-rw-r--r-- | haskell/haskell-random/haskell-random.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/haskell/haskell-random/haskell-random.SlackBuild b/haskell/haskell-random/haskell-random.SlackBuild index e31b8af30d..b20c56a49a 100644 --- a/haskell/haskell-random/haskell-random.SlackBuild +++ b/haskell/haskell-random/haskell-random.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for random -# Copyright 2012 Mikko Värri, Finland +# Copyright 2015 Mikko Värri, Finland # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=haskell-random -VERSION=${VERSION:-1.0.1.1} +VERSION=${VERSION:-1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/haskell/haskell-random/haskell-random.info b/haskell/haskell-random/haskell-random.info index d922808f51..535c14e04c 100644 --- a/haskell/haskell-random/haskell-random.info +++ b/haskell/haskell-random/haskell-random.info @@ -1,8 +1,8 @@ PRGNAM="haskell-random" -VERSION="1.0.1.1" +VERSION="1.1" HOMEPAGE="http://hackage.haskell.org/package/random" -DOWNLOAD="http://hackage.haskell.org/packages/archive/random/1.0.1.1/random-1.0.1.1.tar.gz" -MD5SUM="9a249cfa7ff6793cbf2be06e9fcd7538" +DOWNLOAD="http://hackage.haskell.org/packages/archive/random/1.1/random-1.1.tar.gz" +MD5SUM="474f10b9389b316e4472b71d20298993" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="ghc" |