summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Auditor2017-11-15 12:04:58 +0100
committerStefan Auditor2017-11-15 12:04:58 +0100
commit659c4e52c221cf0271aea04da879d81172d9e80d (patch)
tree549cb1be1cef6f385cc8af0c068a23b8502bf6af /PKGBUILD
parent529981a63b2c18ab2c18b8a7de00ab7c944156fc (diff)
downloadaur-659c4e52c221cf0271aea04da879d81172d9e80d.tar.gz
Update to upstream version 1.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f37782710cd..cf513f61f7dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=drupalconsole
pkgname=${_pkgname}
-pkgver=1.1.0
+pkgver=1.1.1
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=('5ee5cef59869b72d19d61bb6c321928cf0d9901f2407edc7b15f8503b69f62bd30dab3178d8233d5470c7e0da4b8047e19b93942f09620c372ec86516c2c7ade')
+sha512sums=('9b45e64689ef123d0e9e533644b913ad58868acf136748fc0c6d0a0e41b33897671e8d835d6d6a54571628e9d0fb2670b298a4e1b6f4b650a2972e4163c564d3')
build() {
cd "${srcdir}/drupal-console-launcher-${pkgver//_/-}"