summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2017-07-19 07:56:26 +0200
committerStefan Auditor2017-07-19 07:56:26 +0200
commit0acf9cf46a74a4b1fda211c48bc90372da81f907 (patch)
tree82e7539c7b0dcc793babb471db372c7a6566ba21
parentb00a0016b321227dddc025148f06fe90d38988f3 (diff)
downloadaur-0acf9cf46a74a4b1fda211c48bc90372da81f907.tar.gz
Update to upstream version 1.0.0-RC24
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ef08e386cec..d1534c1a3ba3 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_rc23
+ pkgver = 1.0.0_rc24
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-rc23::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.0.0-rc23.tar.gz
- sha512sums = 2df8cc13a48113c8edac17c923e161a43080063e53bea978a5447cbf0e4b86b608da847c385a23ebd325695c50cc283b20ecadfed3f21d0a7e4ae177e74b2cad
+ source = drupalconsole-1.0.0-rc24::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.0.0-rc24.tar.gz
+ sha512sums = e7df0eafa2935bda56183ffbb85c20b9782239973002c8a461197d92ed9caa77738f3e77caac5b51c9696a6a5f8fb7066a6db273c9dc75a7d36d72dcf0391e4e
pkgname = drupalconsole
diff --git a/PKGBUILD b/PKGBUILD
index f76834e85575..4c46186f25e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=drupalconsole
pkgname=${_pkgname}
-pkgver=1.0.0_rc23
+pkgver=1.0.0_rc24
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=('2df8cc13a48113c8edac17c923e161a43080063e53bea978a5447cbf0e4b86b608da847c385a23ebd325695c50cc283b20ecadfed3f21d0a7e4ae177e74b2cad')
+sha512sums=('e7df0eafa2935bda56183ffbb85c20b9782239973002c8a461197d92ed9caa77738f3e77caac5b51c9696a6a5f8fb7066a6db273c9dc75a7d36d72dcf0391e4e')
build() {
cd "${srcdir}/drupal-console-launcher-${pkgver//_/-}"