summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwinlu2015-08-27 07:59:57 +0200
committerwinlu2015-08-27 07:59:57 +0200
commit01fc696fa0fe73cb7a88204e316cb78b90e0a8fc (patch)
tree31b77073a84b6d7b5e38b2f89b4ba331b83cf87e
parent57945d5bdf0f74ab93e010f7ade3a99c51d2f9bf (diff)
downloadaur-01fc696fa0fe73cb7a88204e316cb78b90e0a8fc.tar.gz
update to beta-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25dafa3f2ef9..802e9a827c0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = rebar3
pkgdesc = A sophisticated build-tool for Erlang projects that follows OTP principles.
- pkgver = beta_1
+ pkgver = beta_2
pkgrel = 1
url = https://github.com/rebar/rebar3
arch = any
license = APACHE
depends = erlang-nox
- source = rebar3-beta_1.tar.gz::https://github.com/rebar/rebar3/archive/beta-1.tar.gz
- md5sums = 187e0361547aa5f69ef0a32d65c0d447
+ source = rebar3-beta_2.tar.gz::https://github.com/rebar/rebar3/archive/beta-2.tar.gz
+ md5sums = a5ea54bc34f88c111b8d0b282a6ab82f
pkgname = rebar3
diff --git a/PKGBUILD b/PKGBUILD
index 6d336664e32b..a2ceddf5d901 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: winlu <derwinlu@gmail.com>
pkgname=rebar3
-_pkgver=beta-1
+_pkgver=beta-2
pkgver=${_pkgver//-/_}
pkgrel=1
pkgdesc="A sophisticated build-tool for Erlang projects that follows OTP principles."
@@ -11,7 +11,7 @@ url="https://github.com/rebar/rebar3"
license=('APACHE')
depends=('erlang-nox')
source=("$pkgname-$pkgver.tar.gz::https://github.com/rebar/rebar3/archive/${_pkgver}.tar.gz")
-md5sums=('187e0361547aa5f69ef0a32d65c0d447')
+md5sums=('a5ea54bc34f88c111b8d0b282a6ab82f')
build() {
cd "$srcdir/$pkgname-$_pkgver"