mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/leiningen: updated for version 2.4.3
This commit is contained in:
parent
2e4e5090f0
commit
1064f06e88
2 changed files with 9 additions and 5 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue