summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2016-10-31 09:28:40 +0100
committerStefan Auditor2016-10-31 09:28:40 +0100
commite41cd4db717f4db94423faee0af8717fe9b03f21 (patch)
tree81748cd9bc96e65e53f6bb15d2fd22f7e7f17248
parentd0bf6363260c5c7f0471529bb8168b03cd470314 (diff)
downloadaur-e41cd4db717f4db94423faee0af8717fe9b03f21.tar.gz
Update to upstream version 8.1.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9182a83afe27..093fd9f734ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = drush
pkgdesc = Drush is a command line shell and Unix scripting interface for Drupal.
- pkgver = 8.1.5
+ pkgver = 8.1.6
pkgrel = 1
url = https://github.com/drush-ops/drush/
install = drush.install
@@ -10,9 +10,9 @@ pkgbase = drush
makedepends = php-box
depends = php
source = drush.install
- source = https://github.com/drush-ops/drush/archive/8.1.5.tar.gz
+ source = https://github.com/drush-ops/drush/archive/8.1.6.tar.gz
sha256sums = e800601699e4b1ea0a0057fc91827b31fc8c5070f5014df2777396aabc7680ec
- sha256sums = 2d95f008294657c8c79bcd8b84bfd9c62b475de90951ea2b141851a54dd11bb8
+ sha256sums = faa7eba601c2e7583cf80f807c5c34715ac3efa90c55961e2640cf05f427415a
pkgname = drush
diff --git a/PKGBUILD b/PKGBUILD
index 0109086bb872..8ccbe457db51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: James An <james@jamesan.ca>
pkgname=drush
-pkgver=8.1.5
+pkgver=8.1.6
pkgrel=1
pkgdesc="Drush is a command line shell and Unix scripting interface for Drupal."
arch=('any')
@@ -18,7 +18,7 @@ source=(
"drush.install"
"https://github.com/drush-ops/${pkgname}/archive/$pkgver.tar.gz")
sha256sums=('e800601699e4b1ea0a0057fc91827b31fc8c5070f5014df2777396aabc7680ec'
- '2d95f008294657c8c79bcd8b84bfd9c62b475de90951ea2b141851a54dd11bb8')
+ 'faa7eba601c2e7583cf80f807c5c34715ac3efa90c55961e2640cf05f427415a')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"