summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2017-10-18 11:22:23 +0200
committerStefan Auditor2017-10-18 11:22:23 +0200
commit17ae85c81b1ae794b760a671f5abf8a4cb2f0b8d (patch)
tree7af1b6647e3af5a4f6efa3edaf7ce295ed3685f1
parent5c14b14aaf74ab1b4c2eb598975a9b6bfcc83af0 (diff)
downloadaur-17ae85c81b1ae794b760a671f5abf8a4cb2f0b8d.tar.gz
Update to upstream version 8.1.14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3d2d890763c..5f9f0258447e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = drush
pkgdesc = Command line shell and Unix scripting interface for Drupal.
- pkgver = 8.1.13
+ pkgver = 8.1.14
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.13.tar.gz
+ source = https://github.com/drush-ops/drush/archive/8.1.14.tar.gz
sha256sums = e800601699e4b1ea0a0057fc91827b31fc8c5070f5014df2777396aabc7680ec
- sha256sums = 9b38d236993030d252595f64e28dcc6f296019c79446ba1b1d3446bd434c3ce8
+ sha256sums = 15a9b2e6c61087fe5b32ceee06c385f589300afc3e5d569d3eb01414317026d9
pkgname = drush
diff --git a/PKGBUILD b/PKGBUILD
index 5802b613df53..ca6810a1e7c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: James An <james@jamesan.ca>
pkgname=drush
-pkgver=8.1.13
+pkgver=8.1.14
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'
- '9b38d236993030d252595f64e28dcc6f296019c79446ba1b1d3446bd434c3ce8')
+ '15a9b2e6c61087fe5b32ceee06c385f589300afc3e5d569d3eb01414317026d9')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"