summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2017-06-19 10:28:18 +0200
committerStefan Auditor2017-06-19 10:28:18 +0200
commitf27e0ce2628ea353837df0ac4988e8de29323681 (patch)
treeaf11c3a412cfff29f4ad814b68e1d029b0ee2912
parent0bce2f518ec9bc8156f34fe0aa648fe11a6df9f1 (diff)
downloadaur-f27e0ce2628ea353837df0ac4988e8de29323681.tar.gz
Update to upstream version 1.0.0-RC21
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbd26a985117..93fdad4afab1 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_rc20
+ pkgver = 1.0.0_rc21
pkgrel = 1
url = http://drupalconsole.com/
install = drupalconsole.install
@@ -10,8 +10,8 @@ pkgbase = drupalconsole
makedepends = php-composer
makedepends = git
depends = php
- source = drupalconsole-1.0.0-rc20::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.0.0-rc20.tar.gz
- sha512sums = 83b8e0279f438660581ebfcd3e6b870746c343dfd883d95b0727713e2ff2c948a10cd8b6369e4129d3dd5ef82381480902976746e28775dfacbce54da59d2aab
+ source = drupalconsole-1.0.0-rc21::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.0.0-rc21.tar.gz
+ sha512sums = 67b3daf0b60e336f03b4183da3b456b51e73b75e22be3b50209a3dd31173ea94ba69b9e212a3195b7ff3997c63c8de4d28c4b62a494ce395be4e63778d9e28d2
pkgname = drupalconsole
diff --git a/PKGBUILD b/PKGBUILD
index 1c4efaf4f667..81c9b981aaf9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=drupalconsole
pkgname=${_pkgname}
-pkgver=1.0.0_rc20
+pkgver=1.0.0_rc21
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}-${pkgver//_/-}"::"https://github.com/hechoendrupal/drupal-console-launcher/archive/${pkgver//_/-}.tar.gz")
-sha512sums=('83b8e0279f438660581ebfcd3e6b870746c343dfd883d95b0727713e2ff2c948a10cd8b6369e4129d3dd5ef82381480902976746e28775dfacbce54da59d2aab')
+sha512sums=('67b3daf0b60e336f03b4183da3b456b51e73b75e22be3b50209a3dd31173ea94ba69b9e212a3195b7ff3997c63c8de4d28c4b62a494ce395be4e63778d9e28d2')
build() {
cd "${srcdir}/drupal-console-launcher-${pkgver//_/-}"