summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2018-04-17 08:04:01 +0200
committerStefan Auditor2018-04-17 08:04:01 +0200
commit0c6026e7ca0ebf8fe6ea0f38873e4c2862377b4c (patch)
treeeb1e4820bedcf092f21dcd336120bf131c82935b
parent8dd2afa160d26a75cecde8c3123be018823ff012 (diff)
downloadaur-0c6026e7ca0ebf8fe6ea0f38873e4c2862377b4c.tar.gz
Update to upstream version 1.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69622c29e3ec..4b48040ed1ba 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.7.0
+ pkgver = 1.8.0
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.7.0::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.7.0.tar.gz
- sha512sums = 04317827186832ed5aac63288aef31bfe8700b25c30c2de90f0da0a4758051bbab4efeaa586fd0e8d6e996100b2ab4733aa8895b31c5dabc814ab22a417db980
+ source = drupalconsole-1.8.0::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.8.0.tar.gz
+ sha512sums = 63760e3d6363ab88828ad840aef3e631ffb008f231c3e3ee5dcefbb8193cddde490e80d996a9025344fb46ca02399314966a2eb1fd1add2243f84a4f8a5631d3
pkgname = drupalconsole
diff --git a/PKGBUILD b/PKGBUILD
index 6e844a9f528a..3008a806203f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=drupalconsole
pkgname=${_pkgname}
-pkgver=1.7.0
+pkgver=1.8.0
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=('04317827186832ed5aac63288aef31bfe8700b25c30c2de90f0da0a4758051bbab4efeaa586fd0e8d6e996100b2ab4733aa8895b31c5dabc814ab22a417db980')
+sha512sums=('63760e3d6363ab88828ad840aef3e631ffb008f231c3e3ee5dcefbb8193cddde490e80d996a9025344fb46ca02399314966a2eb1fd1add2243f84a4f8a5631d3')
build() {
cd "${srcdir}/drupal-console-launcher-${pkgver//_/-}"