summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Woodbury2015-11-04 18:04:31 -0800
committerColin Woodbury2015-11-04 18:04:31 -0800
commit06422e6f46ea4457686537c49348f4b3fbc0c675 (patch)
tree79027a480fc828e70ded10a571a72ae75140398a
parent104ebe29a1b9e0f672101797544d74ca73aaade5 (diff)
downloadaur-06422e6f46ea4457686537c49348f4b3fbc0c675.tar.gz
1.3.2.1 -> 1.3.3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e1723fb1dd4..9b1cc1858367 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.1
+ pkgver = 1.3.3
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.1-.tar.gz
+ source = https://bitbucket.org/fosskers/aura/downloads/aura-1.3.3-.tar.gz
pkgname = aura-bin
diff --git a/PKGBUILD b/PKGBUILD
index 68008e74f4f3..b7559dda6a60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Colin Woodbury <colingw@gmail.com>
_hkgname=aura
pkgname=aura-bin
-pkgver=1.3.2.1
+pkgver=1.3.3
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=('e5f09c6008d5a8e3b5030db47b2c9743')
+ md5sums=('6aa131e9ea0b0c1edd7475d843385dcd')
else
md5sums=()
fi