summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Finelli2017-06-07 21:45:58 -0400
committerMario Finelli2017-06-07 21:45:58 -0400
commit74dbcd16e97bcb7663692eea935b007d335c4442 (patch)
tree3d2dda5dd42f85a1d4379808723c510870657328
parent1f5ac0e85a078a8b21a1c00e8e5b3e941b5b0439 (diff)
downloadaur-74dbcd16e97bcb7663692eea935b007d335c4442.tar.gz
Bump to 8.1.12
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 787c121580ff..4fcd590faf98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Thu Jun 8 01:45:42 UTC 2017
pkgbase = drush
pkgdesc = Drush is a command line shell and Unix scripting interface for Drupal.
- pkgver = 8.1.11
+ pkgver = 8.1.12
pkgrel = 1
url = https://github.com/drush-ops/drush/
install = drush.install
@@ -10,9 +12,9 @@ pkgbase = drush
makedepends = php-box
depends = php
source = drush.install
- source = https://github.com/drush-ops/drush/archive/8.1.11.tar.gz
+ source = https://github.com/drush-ops/drush/archive/8.1.12.tar.gz
sha256sums = e800601699e4b1ea0a0057fc91827b31fc8c5070f5014df2777396aabc7680ec
- sha256sums = 90f8b78f2964fcc5672229e0369727742a26634729f5a3c8f880060888c6058d
+ sha256sums = 55b9f78f3bf29907e93a898619618795d788db9ce5995eee4c3e33787d3a1404
pkgname = drush
diff --git a/PKGBUILD b/PKGBUILD
index 2edf038aa8ff..b3dadff0ef17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: James An <james@jamesan.ca>
pkgname=drush
-pkgver=8.1.11
+pkgver=8.1.12
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'
- '90f8b78f2964fcc5672229e0369727742a26634729f5a3c8f880060888c6058d')
+ '55b9f78f3bf29907e93a898619618795d788db9ce5995eee4c3e33787d3a1404')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"