summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwinlu2020-07-24 22:13:34 +0200
committerwinlu2020-07-24 22:13:34 +0200
commit7ad39c2ae898f7d3f205d0c089aff14744a0bfdc (patch)
tree29f462305d87ab4e87b6146c4c323102248cd0b6
parentd3f77c0681dcb814ee87ba500287df901747eeca (diff)
downloadaur-7ad39c2ae898f7d3f205d0c089aff14744a0bfdc.tar.gz
Update to 3.13.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8101c6ba9d8c..f8ab8550be17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Thu Aug 22 12:13:43 UTC 2019
pkgbase = rebar3
pkgdesc = A sophisticated build-tool for Erlang projects that follows OTP principles.
- pkgver = 3.12.0
+ pkgver = 3.13.2
pkgrel = 1
url = https://github.com/erlang/rebar3
arch = any
license = APACHE
depends = erlang-nox
optdepends = rebar3-zsh: ZSH completion
- source = rebar3-3.12.0.tar.gz::https://github.com/erlang/rebar3/archive/3.12.0.tar.gz
- md5sums = 982e8cfb3bd435fc0f16c44b333ac8f0
+ source = rebar3-3.13.2.tar.gz::https://github.com/erlang/rebar3/archive/3.13.2.tar.gz
+ md5sums = c09ab726688f2bb1cb2f87eb9f48ad6a
pkgname = rebar3
diff --git a/PKGBUILD b/PKGBUILD
index e361bd20d199..40114678790c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: winlu <derwinlu@gmail.com>
pkgname=rebar3
-pkgver=3.12.0
+pkgver=3.13.2
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/erlang/rebar3/archive/${pkgver}.tar.gz")
-md5sums=('982e8cfb3bd435fc0f16c44b333ac8f0')
+md5sums=('c09ab726688f2bb1cb2f87eb9f48ad6a')
build() {