diff options
-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="" |