summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2018-06-05 17:06:31 +0200
committerStefan Auditor2018-06-05 17:06:31 +0200
commit45be362b6532eef4f5c38182865efad8061d4a42 (patch)
treefe3b941cce62bedfcc20755a174291d66cc7fd68
parent2fb8bd9ee1c04650d7f226ca4da5557ba4f53bdc (diff)
downloadaur-45be362b6532eef4f5c38182865efad8061d4a42.tar.gz
Update to upstream version 8.1.17
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bdc3c07e179b..4ca11fd2deb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = drush
pkgdesc = Command line shell and Unix scripting interface for Drupal.
- pkgver = 8.1.16
+ pkgver = 8.1.17
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.16.tar.gz
+ source = https://github.com/drush-ops/drush/archive/8.1.17.tar.gz
sha256sums = e800601699e4b1ea0a0057fc91827b31fc8c5070f5014df2777396aabc7680ec
- sha256sums = f145ea45ca8163b770b1c81cb56cbde4afe40c169ad75505083cab83db290b4d
+ sha256sums = 1d97e17db91da160be6af5329e2f96be8e68877b9727e181b86d6c3a5213461c
pkgname = drush
diff --git a/PKGBUILD b/PKGBUILD
index 32e4c5e33a57..451cb1a2a0a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: James An <james@jamesan.ca>
pkgname=drush
-pkgver=8.1.16
+pkgver=8.1.17
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'
- 'f145ea45ca8163b770b1c81cb56cbde4afe40c169ad75505083cab83db290b4d')
+ '1d97e17db91da160be6af5329e2f96be8e68877b9727e181b86d6c3a5213461c')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"