summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2019-05-23 12:30:10 +0200
committerStefan Auditor2019-05-23 12:30:10 +0200
commit100d650a7c691ab03f9f8e0a18ff5e9178f70aaa (patch)
tree6a9508cee5e542613605be03da608d0dbc4ddd7b
parent4df035f41fed2f2fe8888412d04d90a831467349 (diff)
downloadaur-100d650a7c691ab03f9f8e0a18ff5e9178f70aaa.tar.gz
Update to upstream version 8.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e270a1d3f86c..b6e42c449bcc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = drush
pkgdesc = Command line shell and Unix scripting interface for Drupal.
- pkgver = 8.2.0
+ pkgver = 8.2.1
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.2.0.tar.gz
+ source = https://github.com/drush-ops/drush/archive/8.2.1.tar.gz
sha256sums = e800601699e4b1ea0a0057fc91827b31fc8c5070f5014df2777396aabc7680ec
- sha256sums = 80ac3781d47ce6454be1ead9358458261f4156ce67896bbc09172762d8d51bfc
+ sha256sums = a4b21ede8613a06f1637b2747b591de33b4c8616d3541ab74bd07b3baa3aa597
pkgname = drush
diff --git a/PKGBUILD b/PKGBUILD
index 948c2ee9dbfe..e22a75b524f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: James An <james@jamesan.ca>
pkgname=drush
-pkgver=8.2.0
+pkgver=8.2.1
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'
- '80ac3781d47ce6454be1ead9358458261f4156ce67896bbc09172762d8d51bfc')
+ 'a4b21ede8613a06f1637b2747b591de33b4c8616d3541ab74bd07b3baa3aa597')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"