summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorColin Woodbury2015-10-03 09:01:12 -0700
committerColin Woodbury2015-10-03 09:01:12 -0700
commit104ebe29a1b9e0f672101797544d74ca73aaade5 (patch)
treeaf5b14b3b0a0694e787062d88602cf02f2026925 /PKGBUILD
parent5ede206a11f2be75ab629a16fdde51bc93d0e0c3 (diff)
downloadaur-104ebe29a1b9e0f672101797544d74ca73aaade5.tar.gz
1.3.2.0 -> 1.3.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 00831230d8b4..68008e74f4f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Colin Woodbury <colingw@gmail.com>
_hkgname=aura
pkgname=aura-bin
-pkgver=1.3.2.0
+pkgver=1.3.2.1
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://bitbucket.org/fosskers/aura/downloads/${_hkgname}-${pkgver}-${CARCH}.tar.gz)
if [[ $CARCH = "x86_64" ]]; then
- md5sums=('68f26c66ebaac605bb71e9f352975784')
+ md5sums=('e5f09c6008d5a8e3b5030db47b2c9743')
else
md5sums=()
fi