summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2017-04-24 17:18:11 +0200
committerStefan Auditor2017-04-24 17:18:11 +0200
commit1f5ac0e85a078a8b21a1c00e8e5b3e941b5b0439 (patch)
tree725c029965f1269857e40bdf69ba6b8929e15f5e
parent43fdfca152d56d91f2f36c7ba74af099a575be45 (diff)
downloadaur-1f5ac0e85a078a8b21a1c00e8e5b3e941b5b0439.tar.gz
Update to upstream version 8.1.11
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e55b91b16b54..787c121580ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = drush
pkgdesc = Drush is a command line shell and Unix scripting interface for Drupal.
- pkgver = 8.1.10
- pkgrel = 2
+ pkgver = 8.1.11
+ pkgrel = 1
url = https://github.com/drush-ops/drush/
install = drush.install
arch = any
@@ -10,9 +10,9 @@ pkgbase = drush
makedepends = php-box
depends = php
source = drush.install
- source = https://github.com/drush-ops/drush/archive/8.1.10.tar.gz
+ source = https://github.com/drush-ops/drush/archive/8.1.11.tar.gz
sha256sums = e800601699e4b1ea0a0057fc91827b31fc8c5070f5014df2777396aabc7680ec
- sha256sums = e81778d9ac742c04ba6fccf6de30e69ee4f92d1d03b03099d0a9d9b48b7bb6d9
+ sha256sums = 90f8b78f2964fcc5672229e0369727742a26634729f5a3c8f880060888c6058d
pkgname = drush
diff --git a/PKGBUILD b/PKGBUILD
index fdaa30191680..2edf038aa8ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# Contributor: James An <james@jamesan.ca>
pkgname=drush
-pkgver=8.1.10
-pkgrel=2
+pkgver=8.1.11
+pkgrel=1
pkgdesc="Drush is a command line shell and Unix scripting interface for Drupal."
arch=('any')
url="https://github.com/drush-ops/drush/"
@@ -18,7 +18,7 @@ source=(
"drush.install"
"https://github.com/drush-ops/${pkgname}/archive/$pkgver.tar.gz")
sha256sums=('e800601699e4b1ea0a0057fc91827b31fc8c5070f5014df2777396aabc7680ec'
- 'e81778d9ac742c04ba6fccf6de30e69ee4f92d1d03b03099d0a9d9b48b7bb6d9')
+ '90f8b78f2964fcc5672229e0369727742a26634729f5a3c8f880060888c6058d')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"