summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Woodbury2017-02-16 14:36:10 -0800
committerColin Woodbury2017-02-16 14:36:10 -0800
commita1bf4fb188339b88093d563d7c7589ee2b4d8b7a (patch)
tree5c5538cb48254c501d6217b53994860c2e876e3a
parente57df6a8173a90e9124cf16e12519067882c1281 (diff)
downloadaur-a1bf4fb188339b88093d563d7c7589ee2b4d8b7a.tar.gz
1.3.7 -> 1.3.8
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75eaff0c5cd7..68a9b0b6f1d8 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.7
+ pkgver = 1.3.8
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://github.com/aurapm/aura/releases/download/v1.3.7/aura-1.3.7-x86_64.tar.gz
+ source = https://github.com/aurapm/aura/releases/download/v1.3.8/aura-1.3.8-x86_64.tar.gz
md5sums = 4dbbc65e0fd54a19b9daf868dc944fa9
pkgname = aura-bin
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