summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Auditor2018-03-13 09:39:33 +0100
committerStefan Auditor2018-03-13 09:39:33 +0100
commit8dd2afa160d26a75cecde8c3123be018823ff012 (patch)
tree8bc37efa849ee19af8f0b8e2e419dd159f1c76b7 /PKGBUILD
parent51e722ad12f178c09486651937145dfc426601ff (diff)
downloadaur-8dd2afa160d26a75cecde8c3123be018823ff012.tar.gz
Update to upstream version 1.7.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 639e2d65d15f..6e844a9f528a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=drupalconsole
pkgname=${_pkgname}
-pkgver=1.6.1
+pkgver=1.7.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=('40e87d7127533500d59592c393e4df658e20fda95c17351c5c3d0efb3660de60da5415d733f3d6b629629ae066e469da5bf24152e37a37a27ef4a486f8df949c')
+sha512sums=('04317827186832ed5aac63288aef31bfe8700b25c30c2de90f0da0a4758051bbab4efeaa586fd0e8d6e996100b2ab4733aa8895b31c5dabc814ab22a417db980')
build() {
cd "${srcdir}/drupal-console-launcher-${pkgver//_/-}"