summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2016-12-01 10:30:50 +0100
committerStefan Auditor2016-12-01 10:30:50 +0100
commitd8b395efba356391dd5be23b4e96b83e04401f19 (patch)
tree70eac29bfa129d040a0bd7f15032d92341d88d6e
parent2fea1b4e5abfdf1ce7021000d94b68d27f1ea276 (diff)
downloadaur-d8b395efba356391dd5be23b4e96b83e04401f19.tar.gz
Update to upstream version 8.1.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35812c48308a..6551feb9323e 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.7
+ pkgver = 8.1.8
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.7.tar.gz
+ source = https://github.com/drush-ops/drush/archive/8.1.8.tar.gz
sha256sums = e800601699e4b1ea0a0057fc91827b31fc8c5070f5014df2777396aabc7680ec
- sha256sums = 37249683cc4afe26e7cff79fbfa80e56ebb94c12c268d2477394f90a819684be
+ sha256sums = 5fae91210f7ba1a86b28f2289014f82a76761bbd79a2333723839910e81e2154
pkgname = drush
diff --git a/PKGBUILD b/PKGBUILD
index 710f64df3605..57c02e1d8ed7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: James An <james@jamesan.ca>
pkgname=drush
-pkgver=8.1.7
+pkgver=8.1.8
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'
- '37249683cc4afe26e7cff79fbfa80e56ebb94c12c268d2477394f90a819684be')
+ '5fae91210f7ba1a86b28f2289014f82a76761bbd79a2333723839910e81e2154')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"