summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorColin Woodbury2015-11-18 17:13:46 -0800
committerColin Woodbury2015-11-18 17:13:46 -0800
commita2ed7ed9378e13b2cf489c0d0f439557e338ac79 (patch)
treea200e30ad280aabbb7d3b764133d5d90d3f4dd47 /PKGBUILD
parent06422e6f46ea4457686537c49348f4b3fbc0c675 (diff)
downloadaur-a2ed7ed9378e13b2cf489c0d0f439557e338ac79.tar.gz
1.3.3 -> 1.3.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b7559dda6a60..629f50eaab7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Colin Woodbury <colingw@gmail.com>
_hkgname=aura
pkgname=aura-bin
-pkgver=1.3.3
+pkgver=1.3.4
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=('6aa131e9ea0b0c1edd7475d843385dcd')
+ md5sums=('015b92e72aaf7cf71b514f2b87aa11ec')
else
md5sums=()
fi