diff options
author | Ryan P.C. McQuen <ryan.q@linux.com> | 2014-08-17 16:44:03 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-21 21:19:11 +0700 |
commit | 1064f06e886e66a03a3fc7dbd08b53cc0e0689fd (patch) | |
tree | caf59f6c029b7c87056e3474e36b71d88f8e9d8a /development/leiningen | |
parent | 2e4e5090f0ff7b202affbbe14fde5c6331b5ed0c (diff) | |
download | slackbuilds-1064f06e886e66a03a3fc7dbd08b53cc0e0689fd.tar.gz |
development/leiningen: updated for version 2.4.3
Diffstat (limited to 'development/leiningen')
-rw-r--r-- | development/leiningen/leiningen.SlackBuild | 8 | ||||
-rw-r--r-- | development/leiningen/leiningen.info | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/development/leiningen/leiningen.SlackBuild b/development/leiningen/leiningen.SlackBuild index e12944b076..560ab473b0 100644 --- a/development/leiningen/leiningen.SlackBuild +++ b/development/leiningen/leiningen.SlackBuild @@ -1,6 +1,10 @@ #!/bin/sh -# Copyright 2014 Ryan P.C. McQuen (ryan.q@linux.com) +# Slackware build script for leiningen + +# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com + +# Copyright 2011 Jockey S. Kyd, Shanghai, CHN # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -21,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=leiningen -VERSION=${VERSION:-2.3.4} +VERSION=${VERSION:-2.4.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/leiningen/leiningen.info b/development/leiningen/leiningen.info index edda64142e..d499e3cc94 100644 --- a/development/leiningen/leiningen.info +++ b/development/leiningen/leiningen.info @@ -1,8 +1,8 @@ PRGNAM="leiningen" -VERSION="2.3.4" +VERSION="2.4.3" HOMEPAGE="https://github.com/technomancy/leiningen/" -DOWNLOAD="https://raw.github.com/technomancy/leiningen/2.3.4/bin/lein" -MD5SUM="e0b0c509565d62bb6897b87be816af6c" +DOWNLOAD="https://raw.githubusercontent.com/technomancy/leiningen/2.4.3/bin/lein" +MD5SUM="16022d499dd55bac508db150b5270f92" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |