summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2016-12-01 10:27:24 +0100
committerStefan Auditor2016-12-01 10:27:24 +0100
commit8bda1399c14b1fcd1538f402438dcfecec5b08a5 (patch)
tree273aa25fd29a5f105e094ef645abe56e6928cff3
parent402db405ecaefaa68f50c4b14c8d9d61fc32c64b (diff)
downloadaur-8bda1399c14b1fcd1538f402438dcfecec5b08a5.tar.gz
Update to upstream version 1.0.0-rc9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f61eb6d6b67a..c25f67a54913 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = drupalconsole
pkgdesc = The Drupal Console is a suite of tools that you run on a command line interface (CLI) to generate boilerplate code and interact with a Drupal 8 installation.
- pkgver = 1.0.0_rc8
+ pkgver = 1.0.0_rc9
pkgrel = 1
url = http://drupalconsole.com/
install = drupalconsole.install
@@ -10,8 +10,8 @@ pkgbase = drupalconsole
makedepends = php-composer
makedepends = git
depends = php
- source = drupalconsole::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.0.0-rc8.tar.gz
- sha512sums = 1ce337afc09194007ab110bcdd2aaaa58fddf5e71c1918d4d55806eecad1ae1f6778be7b17201065b275b8cf43c3d2e0e8cfa92c5587ce60b44081466e538df3
+ source = drupalconsole::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.0.0-rc9.tar.gz
+ sha512sums = 69915a0f16417ae12449fd306e310f66fdcaf76daa5e64e7f8042513af94b6ff6fb06e5ec658fb13109cc38e24d1004bdc6a48d1f16be92c2e2afb96c252fff6
pkgname = drupalconsole
diff --git a/PKGBUILD b/PKGBUILD
index 4981bd883bbc..9fd48f49426a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=drupalconsole
pkgname=${_pkgname}
-pkgver=1.0.0_rc8
+pkgver=1.0.0_rc9
pkgrel=1
pkgdesc="The Drupal Console is a suite of tools that you run on a command line interface (CLI) to generate boilerplate code and interact with a Drupal 8 installation."
arch=('any')
@@ -13,7 +13,7 @@ depends=('php')
makedepends=("php-box" "php-composer" "git")
install="${_pkgname}.install"
source=("${_pkgname}"::"https://github.com/hechoendrupal/drupal-console-launcher/archive/${pkgver//_/-}.tar.gz")
-sha512sums=('a20e13d4a8d5335a82082a63c0e5f44ebe685724884de8ffd4dd8967d0734bdc910b1af86494c327ea19f7a3c6a9f0879c30d8d381d3c2ac5fcb35532fdfbc4d')
+sha512sums=('69915a0f16417ae12449fd306e310f66fdcaf76daa5e64e7f8042513af94b6ff6fb06e5ec658fb13109cc38e24d1004bdc6a48d1f16be92c2e2afb96c252fff6')
build() {
cd "${srcdir}/drupal-console-launcher-${pkgver//_/-}"