summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Leggiero2015-11-24 13:11:57 +0000
committerEduardo Leggiero2015-11-24 13:11:57 +0000
commit0960a9cda0bd331b50fb1aec0c816796f4c5ead5 (patch)
tree0f72ad86236f14689d2b4888fa589eac7c9038d7
parentae8505fe5b3918c07232a2ce89fe02e796859598 (diff)
downloadaur-0960a9cda0bd331b50fb1aec0c816796f4c5ead5.tar.gz
version bump to 8.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 851b5b2f1a7e..68397ae25521 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = drush
pkgdesc = Drush is a command line shell and Unix scripting interface for Drupal
- pkgver = 7.1.0
- pkgrel = 3
+ pkgver = 8.0.0
+ pkgrel = 1
url = https://github.com/drush-ops/drush/
install = drush.install
arch = any
license = GPL
depends = php
depends = php-composer
- source = http://github.com/drush-ops/drush/archive/7.1.0.tar.gz
+ source = http://github.com/drush-ops/drush/archive/8.0.0.tar.gz
source = http://download.pear.php.net/package/Console_Table-1.2.1.tgz
- md5sums = edbcac3216b793b5debb4a4b7c7bac12
+ md5sums = 133970474ac88ed86e1619f40ec35283
md5sums = 87e0447d69f396eb755c3a8629a9d8d9
pkgname = drush
diff --git a/PKGBUILD b/PKGBUILD
index 12c2da796f88..059accf885df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: James An <james@jamesan.ca>
pkgname=drush
-pkgver=7.1.0
-pkgrel=3
+pkgver=8.0.0
+pkgrel=1
pkgdesc="Drush is a command line shell and Unix scripting interface for Drupal"
arch=('any')
url="https://github.com/drush-ops/drush/"
@@ -15,7 +15,7 @@ source=(
"http://github.com/drush-ops/$pkgname/archive/$pkgver.tar.gz"
'http://download.pear.php.net/package/Console_Table-1.2.1.tgz'
)
-md5sums=('edbcac3216b793b5debb4a4b7c7bac12'
+md5sums=('133970474ac88ed86e1619f40ec35283'
'87e0447d69f396eb755c3a8629a9d8d9')
package() {