summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Auditor2023-09-12 13:04:00 +0200
committerStefan Auditor2023-09-12 13:04:00 +0200
commitc6436e0562030af5587dad26aa50e596b345387b (patch)
tree3405106881fe1503817f3f084feea64e8d6a0de4 /PKGBUILD
parent2e810b354f14a46faa0911805315f1f22d3ba1dc (diff)
downloadaur-c6436e0562030af5587dad26aa50e596b345387b.tar.gz
Update upstream
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 973f393953da..cf52d91914b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=drupalconsole
pkgname=${_pkgname}
-pkgver=1.9.5
+pkgver=1.9.7
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>=7.0' 'php<8.0')
makedepends=("php-box" "composer" "git")
install="${_pkgname}.install"
source=("${_pkgname}-${pkgver//_/-}"::"https://github.com/hechoendrupal/drupal-console/archive/refs/tags/${pkgver//_/-}.tar.gz")
-sha512sums=('bb0fca69e6457342a93ed367ccb869332c1fc914114e29fcc44945ca7fd4260a5cc8be44f9121ed7c8236e27d108aa579d861ee003024e650345321c9ccd5fce')
+sha512sums=('9e5a68091041f7a63bdbcb534bce66593d46e4d97493cd675d501421b0ddbdb47c6a15b1c9e88fcc68b5bfb94ed71b189c19a7103fce32facfa759b52ef35642')
build() {
cd "${srcdir}/drupal-console-launcher-${pkgver//_/-}"