summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2017-10-18 11:23:08 +0200
committerStefan Auditor2017-10-18 11:23:08 +0200
commit2e2012e98e0a8450147b9fe3cfea6abd366b9eb4 (patch)
tree0c76f34afc6e33c9366d0716daef36161c846d0b
parent17ae85c81b1ae794b760a671f5abf8a4cb2f0b8d (diff)
downloadaur-2e2012e98e0a8450147b9fe3cfea6abd366b9eb4.tar.gz
Update to upstream version 8.1.15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f9f0258447e..84e65f597218 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = drush
pkgdesc = Command line shell and Unix scripting interface for Drupal.
- pkgver = 8.1.14
+ pkgver = 8.1.15
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.14.tar.gz
+ source = https://github.com/drush-ops/drush/archive/8.1.15.tar.gz
sha256sums = e800601699e4b1ea0a0057fc91827b31fc8c5070f5014df2777396aabc7680ec
- sha256sums = 15a9b2e6c61087fe5b32ceee06c385f589300afc3e5d569d3eb01414317026d9
+ sha256sums = 24f6ed26b5e7e21ce81760244d11f8e7057d496b36a51406de0364215ed32aa7
pkgname = drush
diff --git a/PKGBUILD b/PKGBUILD
index ca6810a1e7c9..f74381fbd081 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: James An <james@jamesan.ca>
pkgname=drush
-pkgver=8.1.14
+pkgver=8.1.15
pkgrel=1
pkgdesc="Command line shell and Unix scripting interface for Drupal."
arch=('any')
@@ -17,7 +17,7 @@ install=${pkgname}.install
source=("$pkgname.install"
"https://github.com/drush-ops/${pkgname}/archive/$pkgver.tar.gz")
sha256sums=('e800601699e4b1ea0a0057fc91827b31fc8c5070f5014df2777396aabc7680ec'
- '15a9b2e6c61087fe5b32ceee06c385f589300afc3e5d569d3eb01414317026d9')
+ '24f6ed26b5e7e21ce81760244d11f8e7057d496b36a51406de0364215ed32aa7')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"