summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Campello Ferreira2017-10-20 10:38:39 -0200
committerMarcel Campello Ferreira2017-10-20 10:38:39 -0200
commit4bd24dbe1edf02fd7ca9235c18c4fd5346598a68 (patch)
tree8913b2daa4e07324321e689bf291d1330eac8776
parentfbe9ee12a6c0e331eac7f68e1c9a070774b20c36 (diff)
downloadaur-boot.tar.gz
Update to 2.7.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 969f110b21bc..db17989fe166 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,7 @@
pkgbase = boot
pkgdesc = A Clojure build framework and ad-hoc Clojure script evaluator
- pkgver = 2.5.2
+ pkgver = 2.7.2
pkgrel = 1
- epoch = 1
url = http://boot-clj.com
install = boot.install
arch = any
@@ -10,8 +9,8 @@ pkgbase = boot
depends = java-environment
depends = bash
noextract = boot.sh
- source = https://github.com/boot-clj/boot-bin/releases/download/2.5.2/boot.sh
- sha1sums = d9cbefc6cbf043361a58b416e6d62fc80e5ead32
+ source = https://github.com/boot-clj/boot-bin/releases/download/2.7.2/boot.sh
+ sha1sums = f717ef381f2863a4cad47bf0dcc61e923b3d2afb
pkgname = boot
diff --git a/PKGBUILD b/PKGBUILD
index cbf65da2734d..a416a6906d9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
# Maintainer: Francisco Giordano <frangio.1@gmail.com>
# Contributor: Tobias Frilling <tobias@frilling-online.de>
# Contributor: Martino Visintin <vise890@gmail.com>
+# Contributor: Marcel Campello <tucho@prafrentex.com.br>
# NOTE: This package only installs the boot executable found in
# https://github.com/boot-clj/boot-bin. The installation and updating of the
@@ -8,9 +9,8 @@
# the package version number corresponds to the executable.
pkgname=boot
-pkgver=2.5.2
+pkgver=2.7.2
pkgrel=1
-epoch=1
pkgdesc='A Clojure build framework and ad-hoc Clojure script evaluator'
arch=('any')
url='http://boot-clj.com'
@@ -18,8 +18,8 @@ license=('EPL')
depends=('java-environment' 'bash')
install='boot.install'
source=("https://github.com/boot-clj/boot-bin/releases/download/${pkgver}/boot.sh")
+sha1sums=('f717ef381f2863a4cad47bf0dcc61e923b3d2afb')
noextract=('boot.sh')
-sha1sums=('d9cbefc6cbf043361a58b416e6d62fc80e5ead32')
package() {
cd ${srcdir}