summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Frilling2015-12-29 15:05:53 +0100
committerTobias Frilling2015-12-29 15:05:53 +0100
commit9456ae808d91b292210cb4d17cef10563d83db0a (patch)
treeea9912d9623d8842bb96bbd5f8e37e6da89d440e
parent98f5e89a7ae4c773b27e6a2fbfe15b6de8333678 (diff)
downloadaur-9456ae808d91b292210cb4d17cef10563d83db0a.tar.gz
Update to 2.5.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12de0d08c099..3d80b21cf065 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Fri Dec 25 10:00:11 UTC 2015
+# Tue Dec 29 14:05:36 UTC 2015
pkgbase = boot
pkgdesc = A Clojure build framework and ad-hoc Clojure script evaluator
- pkgver = 2.5.2
+ pkgver = 2.5.3
pkgrel = 1
url = https://github.com/boot-clj/boot
arch = any
license = EPL
depends = java-environment
depends = 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
pkgname = boot
diff --git a/PKGBUILD b/PKGBUILD
index 95303e381bc2..acf76ac73ad5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}