summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorColin Woodbury2017-02-16 14:36:10 -0800
committerColin Woodbury2017-02-16 14:36:10 -0800
commita1bf4fb188339b88093d563d7c7589ee2b4d8b7a (patch)
tree5c5538cb48254c501d6217b53994860c2e876e3a /PKGBUILD
parente57df6a8173a90e9124cf16e12519067882c1281 (diff)
downloadaur-a1bf4fb188339b88093d563d7c7589ee2b4d8b7a.tar.gz
1.3.7 -> 1.3.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c5148015990..90f10888dab6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Colin Woodbury <colingw@gmail.com>
_hkgname=aura
pkgname=aura-bin
-pkgver=1.3.7
+pkgver=1.3.8
pkgrel=1
pkgdesc="A secure package manager for Arch Linux and the AUR written in Haskell - Prebuilt binary"
url="https://github.com/fosskers/aura"
@@ -17,7 +17,7 @@ options=('strip')
source=(https://github.com/aurapm/aura/releases/download/v${pkgver}/aura-${pkgver}-x86_64.tar.gz)
if [[ $CARCH = "x86_64" ]]; then
- md5sums=('4dbbc65e0fd54a19b9daf868dc944fa9')
+ md5sums=('fcea7ef953291bdd4b5596f19a94cf06')
else
md5sums=()
fi