summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Ryan P.C. McQuen2015-12-14 01:59:40 +0100
committer Willy Sudiarto Raharjo2015-12-19 01:25:14 +0100
commit230f44a322a4862781ea70ddad2b4c689ee94663 (patch)
tree0b672a4dbf06299e8d91b5d15c63fc32c9ca2e07 /development
parentf4402f04fbca658e2a35b6b86c534a1cc3b5df47 (diff)
downloadslackbuilds-230f44a322a4862781ea70ddad2b4c689ee94663.tar.gz
development/leiningen: Updated for version 2.5.3.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
Diffstat (limited to 'development')
-rw-r--r--development/leiningen/README14
-rw-r--r--development/leiningen/leiningen.SlackBuild3
-rw-r--r--development/leiningen/leiningen.info6
3 files changed, 8 insertions, 15 deletions
diff --git a/development/leiningen/README b/development/leiningen/README
index 207b5ac06c..6e8dd88bd7 100644
--- a/development/leiningen/README
+++ b/development/leiningen/README
@@ -1,11 +1,5 @@
-Leiningen is for automating Clojure projects without setting your hair on
-fire. Working on Clojure projects with tools designed for Java can be an
-exercise in frustration. With Leiningen, you just write Clojure.
+Leiningen is the easiest way to use Clojure. With a
+focus on project automation and declarative configuration,
+it gets out of your way and lets you focus on your code.
-Leiningen bootstraps itself using the 'lein' shell script; there is no
-separate 'install script'. It installs its dependencies upon the first run on
-unix, so the first run will take longer.
-
-Hence, this build script just installs the 'lein' shell script into /usr/bin/,
-then you need to manually invoke 'lein self-install' as normal user, which
-won't touch system directories but install some stuff into ~/.lein/.
+'jdk' is a runtime dependency.
diff --git a/development/leiningen/leiningen.SlackBuild b/development/leiningen/leiningen.SlackBuild
index f8f2d68065..941abc204d 100644
--- a/development/leiningen/leiningen.SlackBuild
+++ b/development/leiningen/leiningen.SlackBuild
@@ -1,5 +1,4 @@
#!/bin/sh
-
# Slackware build script for leiningen
# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com
@@ -25,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=leiningen
-VERSION=${VERSION:-2.5.1}
+VERSION=${VERSION:-2.5.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/development/leiningen/leiningen.info b/development/leiningen/leiningen.info
index 4d8b0c47c8..ea38c1c337 100644
--- a/development/leiningen/leiningen.info
+++ b/development/leiningen/leiningen.info
@@ -1,8 +1,8 @@
PRGNAM="leiningen"
-VERSION="2.5.1"
+VERSION="2.5.3"
HOMEPAGE="https://github.com/technomancy/leiningen/"
-DOWNLOAD="https://raw.githubusercontent.com/technomancy/leiningen/2.5.1/bin/lein"
-MD5SUM="c365f062444cb888ee21edbbe26afd75"
+DOWNLOAD="https://raw.githubusercontent.com/technomancy/leiningen/2.5.3/bin/lein"
+MD5SUM="b298776cef52f59516881888e6240fcc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""