summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorderwinlu2018-06-20 16:33:17 +0200
committerderwinlu2018-06-20 16:33:17 +0200
commitce76f496dea0e7061b25c9526b9faeaab93b94ae (patch)
treebe64860ecb6b80a9f8786ef59928177aa25c5763 /PKGBUILD
parent0aa71848c2b1255240999f919ccf90d81ce989f8 (diff)
downloadaur-ce76f496dea0e7061b25c9526b9faeaab93b94ae.tar.gz
Update to 3.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 480c864ce3af..f8193f34e5be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: winlu <derwinlu@gmail.com>
pkgname=rebar3
-pkgver=3.5.3
+pkgver=3.6.0
pkgrel=1
pkgdesc="A sophisticated build-tool for Erlang projects that follows OTP principles."
arch=('any')
@@ -11,7 +11,7 @@ license=('APACHE')
depends=('erlang-nox')
optdepends=('rebar3-zsh: ZSH completion')
source=("$pkgname-$pkgver.tar.gz::https://github.com/rebar/rebar3/archive/${pkgver}.tar.gz")
-md5sums=('ed917b3a51ae1a3983f7231085fa49ba')
+md5sums=('0c6f1cc4197c148a4ab5d1a8e11401a4')
build() {