summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2016-12-01 10:28:58 +0100
committerStefan Auditor2016-12-01 10:29:05 +0100
commitcb283df7db688ba43d71be1a5a841d36ed9f9de0 (patch)
treec5a16eab7c73c505f41161a292b0b6a005ae8608
parent8bda1399c14b1fcd1538f402438dcfecec5b08a5 (diff)
downloadaur-cb283df7db688ba43d71be1a5a841d36ed9f9de0.tar.gz
Update to upstream version 1.0.0-rc10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c25f67a54913..fe249e7fdf09 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_rc9
+ pkgver = 1.0.0_rc10
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-rc9.tar.gz
- sha512sums = 69915a0f16417ae12449fd306e310f66fdcaf76daa5e64e7f8042513af94b6ff6fb06e5ec658fb13109cc38e24d1004bdc6a48d1f16be92c2e2afb96c252fff6
+ source = drupalconsole::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.0.0-rc10.tar.gz
+ sha512sums = 45c79b7d7f2d1cafbee472903c615bd3e8a3d6e189420bc9a1928289fdd21e9fcefafa35040aade4aa2361aedd01a3da8b0d0752b04bbde3087cc3d52a173df4
pkgname = drupalconsole
diff --git a/PKGBUILD b/PKGBUILD
index 9fd48f49426a..318d7f735625 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=drupalconsole
pkgname=${_pkgname}
-pkgver=1.0.0_rc9
+pkgver=1.0.0_rc10
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=('69915a0f16417ae12449fd306e310f66fdcaf76daa5e64e7f8042513af94b6ff6fb06e5ec658fb13109cc38e24d1004bdc6a48d1f16be92c2e2afb96c252fff6')
+sha512sums=('45c79b7d7f2d1cafbee472903c615bd3e8a3d6e189420bc9a1928289fdd21e9fcefafa35040aade4aa2361aedd01a3da8b0d0752b04bbde3087cc3d52a173df4')
build() {
cd "${srcdir}/drupal-console-launcher-${pkgver//_/-}"