summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2017-04-24 17:07:10 +0200
committerStefan Auditor2017-04-24 17:07:28 +0200
commitdfa50ec534a17ae1f9dada8478f378015a32e9d3 (patch)
tree2d05cd04d34c14e5b31d89d6099a5b22e14174a2
parent443f4e0052eddc48d363d68dcf7fa8c286483f35 (diff)
downloadaur-dfa50ec534a17ae1f9dada8478f378015a32e9d3.tar.gz
Update to upstream version 1.0.0-rc17
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 770277c85ef4..d40d1286f133 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_rc16
+ pkgver = 1.0.0_rc17
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-rc16::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.0.0-rc16.tar.gz
- sha512sums = 00ed049b46db068bf4654f592c708826133c158c49762f942ec2ce82099aea1b691da134224b6060d4235daa4e313e4095c91d95df5e1b918aee8108bf6cad24
+ source = drupalconsole-1.0.0-rc17::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.0.0-rc17.tar.gz
+ sha512sums = 08a52e398f381509a2157adc2abccd54de121ff722aead85276cfb7f95580005db4f7f3e44cc2c1e411541425c9a6867aed842dd43dd2bafd71a99f997b99c98
pkgname = drupalconsole
diff --git a/PKGBUILD b/PKGBUILD
index 14c45124e939..9d6070d660e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=drupalconsole
pkgname=${_pkgname}
-pkgver=1.0.0_rc16
+pkgver=1.0.0_rc17
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=('00ed049b46db068bf4654f592c708826133c158c49762f942ec2ce82099aea1b691da134224b6060d4235daa4e313e4095c91d95df5e1b918aee8108bf6cad24')
+sha512sums=('08a52e398f381509a2157adc2abccd54de121ff722aead85276cfb7f95580005db4f7f3e44cc2c1e411541425c9a6867aed842dd43dd2bafd71a99f997b99c98')
build() {
cd "${srcdir}/drupal-console-launcher-${pkgver//_/-}"