diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-05-02 14:03:16 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-02 17:21:06 +0700 |
commit | eb13d9bd990df045333e9ac33742736f9718de87 (patch) | |
tree | 53b27ec83b0fb1de257d813b057501ddf2cac356 | |
parent | 5e432372880f0a92c29d5aacc95c6364534840c3 (diff) | |
download | slackbuilds-eb13d9bd990df045333e9ac33742736f9718de87.tar.gz |
haskell/haskell-integer-logarithms: Updated for version 1.0.3.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | haskell/haskell-integer-logarithms/haskell-integer-logarithms.SlackBuild | 2 | ||||
-rw-r--r-- | haskell/haskell-integer-logarithms/haskell-integer-logarithms.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/haskell/haskell-integer-logarithms/haskell-integer-logarithms.SlackBuild b/haskell/haskell-integer-logarithms/haskell-integer-logarithms.SlackBuild index 5caaf0d449..db5518d6d6 100644 --- a/haskell/haskell-integer-logarithms/haskell-integer-logarithms.SlackBuild +++ b/haskell/haskell-integer-logarithms/haskell-integer-logarithms.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=haskell-integer-logarithms -VERSION=${VERSION:-1.0.2.2} +VERSION=${VERSION:-1.0.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/haskell/haskell-integer-logarithms/haskell-integer-logarithms.info b/haskell/haskell-integer-logarithms/haskell-integer-logarithms.info index 99ea5cb136..144fe94d5e 100644 --- a/haskell/haskell-integer-logarithms/haskell-integer-logarithms.info +++ b/haskell/haskell-integer-logarithms/haskell-integer-logarithms.info @@ -1,8 +1,8 @@ PRGNAM="haskell-integer-logarithms" -VERSION="1.0.2.2" +VERSION="1.0.3.1" HOMEPAGE="https://hackage.haskell.org/package/integer-logarithms" -DOWNLOAD="https://hackage.haskell.org/packages/archive/integer-logarithms/1.0.2.2/integer-logarithms-1.0.2.2.tar.gz" -MD5SUM="dd1d899f44bf870007ec8d1aaae0b51f" +DOWNLOAD="https://hackage.haskell.org/packages/archive/integer-logarithms/1.0.3.1/integer-logarithms-1.0.3.1.tar.gz" +MD5SUM="15bccece342fcf3699e0f48bc0e864b3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="ghc" |