summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Auditor2023-09-12 12:44:03 +0200
committerStefan Auditor2023-09-12 12:44:03 +0200
commitd465201dde930083844a8b586fc734277a543603 (patch)
tree34ad58132b75fc6e4714a9bcb4ac952d7b51462d /PKGBUILD
parent49696997bff2085ebe9cc5b5fda2d7d1e570ba12 (diff)
downloadaur-d465201dde930083844a8b586fc734277a543603.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 2c082b412bb5..a28eeea69c9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=drupalconsole
pkgname=${_pkgname}
-pkgver=1.9.0
+pkgver=1.9.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>=7.0' 'php<8.0')
makedepends=("php-box" "composer" "git")
install="${_pkgname}.install"
source=("${_pkgname}-${pkgver//_/-}"::"https://github.com/hechoendrupal/drupal-console-launcher/archive/${pkgver//_/-}.tar.gz")
-sha512sums=('809d2e645da7b8bc5a6fdae29937fe687fd8046ae9f180729e36840a229dd555e8ad6af3e9da8e20869d9484c76fcd0701b4efa54636dae272b06fc4a7fdbe0f')
+sha512sums=('77af3daa3bdae35d3ff6fa03005a9062fb55a85f0cfb7de3d351265a0667475154874e103aa374458ff2795ffbc57c9e3c6a5f139527786e585210436d6f1f17')
build() {
cd "${srcdir}/drupal-console-launcher-${pkgver//_/-}"