summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2017-07-19 07:57:24 +0200
committerStefan Auditor2017-07-19 07:57:24 +0200
commitd7d149b7d15595aa20fe80bbed59c6ef9fee7885 (patch)
treee9b952e3edf7576f3dbe7ce1add0e3d2efa37bad
parent0acf9cf46a74a4b1fda211c48bc90372da81f907 (diff)
downloadaur-d7d149b7d15595aa20fe80bbed59c6ef9fee7885.tar.gz
Update to upstream version 1.0.0-RC25
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1534c1a3ba3..b631f8ae0ce9 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_rc24
+ pkgver = 1.0.0_rc25
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-rc24::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.0.0-rc24.tar.gz
- sha512sums = e7df0eafa2935bda56183ffbb85c20b9782239973002c8a461197d92ed9caa77738f3e77caac5b51c9696a6a5f8fb7066a6db273c9dc75a7d36d72dcf0391e4e
+ source = drupalconsole-1.0.0-rc25::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.0.0-rc25.tar.gz
+ sha512sums = 75b2f2abc98d05bfe3b88c4690a60e5197007b39eb92aa541b7986dcf1cb60d939e0a54d2b3ded7f6df753813edac5b2d981fb4cb3a43a571a6919909e2d0046
pkgname = drupalconsole
diff --git a/PKGBUILD b/PKGBUILD
index 4c46186f25e9..1ccde926e057 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=drupalconsole
pkgname=${_pkgname}
-pkgver=1.0.0_rc24
+pkgver=1.0.0_rc25
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=('e7df0eafa2935bda56183ffbb85c20b9782239973002c8a461197d92ed9caa77738f3e77caac5b51c9696a6a5f8fb7066a6db273c9dc75a7d36d72dcf0391e4e')
+sha512sums=('75b2f2abc98d05bfe3b88c4690a60e5197007b39eb92aa541b7986dcf1cb60d939e0a54d2b3ded7f6df753813edac5b2d981fb4cb3a43a571a6919909e2d0046')
build() {
cd "${srcdir}/drupal-console-launcher-${pkgver//_/-}"