mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
clojure: update to 1.11.1.1200.
Fix update check.
This commit is contained in:
parent
bf59ae4364
commit
e032c1a42a
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'clojure'
|
||||
pkgname=clojure
|
||||
version=1.11.1.1105
|
||||
version=1.11.1.1200
|
||||
revision=1
|
||||
depends="virtual?java-environment rlwrap"
|
||||
short_desc="Clojure programming language command line tools"
|
||||
|
@ -8,7 +8,7 @@ maintainer="Dominic Monroe <monroef4@googlemail.com>"
|
|||
license="EPL-1.0"
|
||||
homepage="https://clojure.org/"
|
||||
distfiles="https://download.clojure.org/install/clojure-tools-${version}.tar.gz"
|
||||
checksum=991cad02a2ac459dc4222c9f8233e2145458ed8576a254b64c262798cae40567
|
||||
checksum=dbde9c4bdd42b7da5a67d879548b4528e4903ce73ee26c329626b6165d57b61c
|
||||
|
||||
do_install() {
|
||||
vmkdir /usr/lib/clojure
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
site="https://clojure.org/guides/getting_started"
|
||||
site="https://clojure.org/guides/install_clojure"
|
||||
pattern='linux-install-\K[\d.]+(?=\.sh)'
|
||||
|
|
Loading…
Add table
Reference in a new issue