diff options
author | Tobias Frilling | 2015-12-29 15:05:53 +0100 |
---|---|---|
committer | Tobias Frilling | 2015-12-29 15:05:53 +0100 |
commit | 9456ae808d91b292210cb4d17cef10563d83db0a (patch) | |
tree | ea9912d9623d8842bb96bbd5f8e37e6da89d440e /PKGBUILD | |
parent | 98f5e89a7ae4c773b27e6a2fbfe15b6de8333678 (diff) | |
download | aur-9456ae808d91b292210cb4d17cef10563d83db0a.tar.gz |
Update to 2.5.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,16 +1,15 @@ # Maintainer: Tobias Frilling <tobias@frilling-online.de> # Contributor: Martino Visintin <vise890@gmail.com> pkgname=boot -pkgver=2.5.2 +pkgver=2.5.3 pkgrel=1 pkgdesc="A Clojure build framework and ad-hoc Clojure script evaluator" arch=('any') url="https://github.com/boot-clj/boot" license=("EPL") depends=('java-environment' 'bash') -source=("https://github.com/boot-clj/boot-bin/releases/download/2.4.2/boot.sh") -sha1sums=('e195caef87883c215e6bbfef5e6e6bd0adc9fbb8') - +source=("https://github.com/boot-clj/boot-bin/releases/download/latest/boot.sh") +sha1sums=('d9cbefc6cbf043361a58b416e6d62fc80e5ead32') package() { cd ${srcdir} |