summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2017-06-28 07:54:21 +0200
committerStefan Auditor2017-06-28 07:54:21 +0200
commitb9d329c12ce5ff5f81038d18c909f06106f04f23 (patch)
tree1ea7b27f81d9e1bdc829ee3bf1b6ee9709f606b0
parentf27e0ce2628ea353837df0ac4988e8de29323681 (diff)
downloadaur-b9d329c12ce5ff5f81038d18c909f06106f04f23.tar.gz
Update to upstream version 1.0.0-RC22
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93fdad4afab1..e0383162d49a 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_rc21
+ pkgver = 1.0.0_rc22
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-rc21::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.0.0-rc21.tar.gz
- sha512sums = 67b3daf0b60e336f03b4183da3b456b51e73b75e22be3b50209a3dd31173ea94ba69b9e212a3195b7ff3997c63c8de4d28c4b62a494ce395be4e63778d9e28d2
+ source = drupalconsole-1.0.0-rc22::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.0.0-rc22.tar.gz
+ sha512sums = e3b29ae3ef013835cdeea29c2e53de5cf1703aeafdd35c83ddc431ed3459ecfd770f3e898a408ceca3a0273021ecbc73f4face473a10e739e53b46122383cd9d
pkgname = drupalconsole
diff --git a/PKGBUILD b/PKGBUILD
index 81c9b981aaf9..6d52748cbfd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=drupalconsole
pkgname=${_pkgname}
-pkgver=1.0.0_rc21
+pkgver=1.0.0_rc22
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=('67b3daf0b60e336f03b4183da3b456b51e73b75e22be3b50209a3dd31173ea94ba69b9e212a3195b7ff3997c63c8de4d28c4b62a494ce395be4e63778d9e28d2')
+sha512sums=('e3b29ae3ef013835cdeea29c2e53de5cf1703aeafdd35c83ddc431ed3459ecfd770f3e898a408ceca3a0273021ecbc73f4face473a10e739e53b46122383cd9d')
build() {
cd "${srcdir}/drupal-console-launcher-${pkgver//_/-}"