mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/clojure: Updated for version 1.11.1.1237.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a2d49396a9
commit
7d5c936ad2
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=clojure
|
||||
VERSION=${VERSION:-1.11.0.1100}
|
||||
VERSION=${VERSION:-1.11.1.1237}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="clojure"
|
||||
VERSION="1.11.0.1100"
|
||||
VERSION="1.11.1.1237"
|
||||
HOMEPAGE="https://clojure.org"
|
||||
DOWNLOAD="https://download.clojure.org/install/clojure-tools-1.11.0.1100.tar.gz"
|
||||
MD5SUM="eadbedd7578ec943d6ebe1daf3dc5e9a"
|
||||
DOWNLOAD="https://download.clojure.org/install/clojure-tools-1.11.1.1237.tar.gz"
|
||||
MD5SUM="5916ec3f90b4e8af20387f1365879c17"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="zulu-openjdk8 rlwrap"
|
||||
|
|
Loading…
Reference in a new issue