leiningen: update to 2.8.2.
This commit is contained in:
parent
b1391245c9
commit
49d1f53532
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'leiningen'
|
||||
pkgname=leiningen
|
||||
version=2.8.1
|
||||
version=2.8.2
|
||||
revision=1
|
||||
noarch=yes
|
||||
depends="bash virtual?java-runtime"
|
||||
short_desc="Automate Clojure projects without setting your hair on fire"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="EPL"
|
||||
depends="bash virtual?java-runtime"
|
||||
license="EPL-2.0"
|
||||
homepage="http://leiningen.org/"
|
||||
distfiles="https://github.com/technomancy/${pkgname}/archive/${version}.tar.gz
|
||||
https://github.com/technomancy/${pkgname}/releases/download/${version}/leiningen-${version}-standalone.zip"
|
||||
checksum="9abfbb112edb9c2181e6f8477f7b79c8a0768243fd0971f6491ed36952fd625b
|
||||
d7928dd1d336f1c04e095af068defee3c729011c8507686229755c91c230cb38"
|
||||
skip_extraction="leiningen-${version}-standalone.zip"
|
||||
checksum="7c6ca968f365e0a0893781b1eb03f920695ed8982ac7dbc2803a3188fbd75242
|
||||
fc49bbc7ff25ef42ad9c0a8b5f3d0641702abc9a9a8e847bc845bca4c09a7c58"
|
||||
|
||||
do_install() {
|
||||
vbin bin/lein-pkg lein
|
||||
|
|
Loading…
Reference in New Issue