summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Finelli2016-04-10 19:45:05 -0400
committerMario Finelli2016-04-10 19:45:05 -0400
commit4b90304284391e5e16833b7e61125ed35a520567 (patch)
treef5b497b12a4d6754977829df86e7e4772aef89a8
parente0e568047b5042cfac2f2fa4941aaaae637a78b3 (diff)
downloadaur-4b90304284391e5e16833b7e61125ed35a520567.tar.gz
Bump to version 8.0.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f53d972f84b7..bc8904939214 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Feb 25 03:53:36 UTC 2016
+# Sun Apr 10 23:44:51 UTC 2016
pkgbase = drush
pkgdesc = Drush is a command line shell and Unix scripting interface for Drupal.
- pkgver = 8.0.3
+ pkgver = 8.0.5
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.0.3.tar.gz
+ source = https://github.com/drush-ops/drush/archive/8.0.5.tar.gz
sha256sums = e800601699e4b1ea0a0057fc91827b31fc8c5070f5014df2777396aabc7680ec
- sha256sums = d089a5ea4d3aa56b2a8f62a201c1641143460236c1f1a57090236432bebcb64d
+ sha256sums = ae470c593d646adbccd11278fcf3243e405c039c2f1152da0330bb82b312c506
pkgname = drush
diff --git a/PKGBUILD b/PKGBUILD
index 687b00bdcb39..54941fa53372 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: James An <james@jamesan.ca>
pkgname=drush
-pkgver=8.0.3
+pkgver=8.0.5
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'
- 'd089a5ea4d3aa56b2a8f62a201c1641143460236c1f1a57090236432bebcb64d')
+ 'ae470c593d646adbccd11278fcf3243e405c039c2f1152da0330bb82b312c506')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"