summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Woodbury2015-10-03 09:01:12 -0700
committerColin Woodbury2015-10-03 09:01:12 -0700
commit104ebe29a1b9e0f672101797544d74ca73aaade5 (patch)
treeaf5b14b3b0a0694e787062d88602cf02f2026925
parent5ede206a11f2be75ab629a16fdde51bc93d0e0c3 (diff)
downloadaur-104ebe29a1b9e0f672101797544d74ca73aaade5.tar.gz
1.3.2.0 -> 1.3.2.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75458c206d99..3e1723fb1dd4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aura-bin
pkgdesc = A secure package manager for Arch Linux and the AUR written in Haskell - Prebuilt binary
- pkgver = 1.3.2.0
+ pkgver = 1.3.2.1
pkgrel = 1
url = https://github.com/fosskers/aura
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = aura-bin
conflicts = aura
conflicts = aura-git
options = strip
- source = https://bitbucket.org/fosskers/aura/downloads/aura-1.3.2.0-.tar.gz
+ source = https://bitbucket.org/fosskers/aura/downloads/aura-1.3.2.1-.tar.gz
pkgname = aura-bin
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