summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2023-09-12 12:44:03 +0200
committerStefan Auditor2023-09-12 12:44:03 +0200
commitd465201dde930083844a8b586fc734277a543603 (patch)
tree34ad58132b75fc6e4714a9bcb4ac952d7b51462d
parent49696997bff2085ebe9cc5b5fda2d7d1e570ba12 (diff)
downloadaur-d465201dde930083844a8b586fc734277a543603.tar.gz
Update upstream
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01c18443ba81..2623246a110d 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.9.0
+ pkgver = 1.9.1
pkgrel = 1
url = http://drupalconsole.com/
install = drupalconsole.install
@@ -11,7 +11,7 @@ pkgbase = drupalconsole
makedepends = git
depends = php>=7.0
depends = php<8.0
- source = drupalconsole-1.9.0::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.9.0.tar.gz
- sha512sums = 809d2e645da7b8bc5a6fdae29937fe687fd8046ae9f180729e36840a229dd555e8ad6af3e9da8e20869d9484c76fcd0701b4efa54636dae272b06fc4a7fdbe0f
+ source = drupalconsole-1.9.1::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.9.1.tar.gz
+ sha512sums = 77af3daa3bdae35d3ff6fa03005a9062fb55a85f0cfb7de3d351265a0667475154874e103aa374458ff2795ffbc57c9e3c6a5f139527786e585210436d6f1f17
pkgname = drupalconsole
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//_/-}"