summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Finelli2016-09-07 07:22:44 -0400
committerMario Finelli2016-09-07 07:22:44 -0400
commitc5cf6211a50adfb860d92aef1110a9d68da3293c (patch)
tree22eb60e0ce1c13908f74c25b491cdc67c639828b
parent418d5a67414e55609e6d28dafabdd470630b3106 (diff)
downloadaur-c5cf6211a50adfb860d92aef1110a9d68da3293c.tar.gz
Bump to 8.1.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac31f356d97c..e632c5ecd3f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jun 6 12:38:33 UTC 2016
+# Wed Sep 7 11:22:17 UTC 2016
pkgbase = drush
pkgdesc = Drush is a command line shell and Unix scripting interface for Drupal.
- pkgver = 8.1.2
+ pkgver = 8.1.3
pkgrel = 1
url = https://github.com/drush-ops/drush/
install = drush.install
@@ -12,9 +12,9 @@ pkgbase = drush
makedepends = php-box
depends = php
source = drush.install
- source = https://github.com/drush-ops/drush/archive/8.1.2.tar.gz
+ source = https://github.com/drush-ops/drush/archive/8.1.3.tar.gz
sha256sums = e800601699e4b1ea0a0057fc91827b31fc8c5070f5014df2777396aabc7680ec
- sha256sums = 439548afa60a21513268f2cc56d7443691a12967593ef99366b9f5689b7f7835
+ sha256sums = cf0afca4d22998f83640a681f9b3159021f424e9363afadc1c4de04b60aab19a
pkgname = drush
diff --git a/PKGBUILD b/PKGBUILD
index 8c459dff0961..98652a278691 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: James An <james@jamesan.ca>
pkgname=drush
-pkgver=8.1.2
+pkgver=8.1.3
pkgrel=1
pkgdesc="Drush is a command line shell and Unix scripting interface for Drupal."
arch=('any')
@@ -17,7 +17,7 @@ source=(
"drush.install"
"https://github.com/drush-ops/${pkgname}/archive/$pkgver.tar.gz")
sha256sums=('e800601699e4b1ea0a0057fc91827b31fc8c5070f5014df2777396aabc7680ec'
- '439548afa60a21513268f2cc56d7443691a12967593ef99366b9f5689b7f7835')
+ 'cf0afca4d22998f83640a681f9b3159021f424e9363afadc1c4de04b60aab19a')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"