summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Finelli2016-02-24 22:54:06 -0500
committerMario Finelli2016-02-24 22:54:06 -0500
commite0e568047b5042cfac2f2fa4941aaaae637a78b3 (patch)
tree09a8e85271d917f682f66cf9af1df2e057ed607b
parent9b448bf03f83f6f8bf3d777769ee42cea919a64d (diff)
downloadaur-e0e568047b5042cfac2f2fa4941aaaae637a78b3.tar.gz
Bump to version 8.0.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f174d443269e..f53d972f84b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jan 15 13:26:27 UTC 2016
+# Thu Feb 25 03:53:36 UTC 2016
pkgbase = drush
pkgdesc = Drush is a command line shell and Unix scripting interface for Drupal.
- pkgver = 8.0.2
+ pkgver = 8.0.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.0.2.tar.gz
+ source = https://github.com/drush-ops/drush/archive/8.0.3.tar.gz
sha256sums = e800601699e4b1ea0a0057fc91827b31fc8c5070f5014df2777396aabc7680ec
- sha256sums = ad796ad33189d897213c1d0a11b539f6a752f63a9c4f17e343af5fcc895f6bbd
+ sha256sums = d089a5ea4d3aa56b2a8f62a201c1641143460236c1f1a57090236432bebcb64d
pkgname = drush
diff --git a/PKGBUILD b/PKGBUILD
index 0bcf70a77e2d..687b00bdcb39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: Mario Finelli <mario dot finelli at yahoo dot com>
+# Maintainer: Mario Finelli <mario at finel dot li>
# Contributor: Eduardo Leggiero <https://www.leggiero.uk/>
# Contributor: Josh 'jheretic' King <josh at chambana dot net>
# Contributor: James An <james@jamesan.ca>
pkgname=drush
-pkgver=8.0.2
+pkgver=8.0.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'
- 'ad796ad33189d897213c1d0a11b539f6a752f63a9c4f17e343af5fcc895f6bbd')
+ 'd089a5ea4d3aa56b2a8f62a201c1641143460236c1f1a57090236432bebcb64d')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"