summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2023-09-12 12:44:18 +0200
committerStefan Auditor2023-09-12 12:44:18 +0200
commit3004215c9c6027211d774d3e813512f3cdcf200d (patch)
tree338a1df3d1a20c9bf46c43764c56009085629579
parentd465201dde930083844a8b586fc734277a543603 (diff)
downloadaur-3004215c9c6027211d774d3e813512f3cdcf200d.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 2623246a110d..88072b0c066f 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.1
+ pkgver = 1.9.2
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.1::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.9.1.tar.gz
- sha512sums = 77af3daa3bdae35d3ff6fa03005a9062fb55a85f0cfb7de3d351265a0667475154874e103aa374458ff2795ffbc57c9e3c6a5f139527786e585210436d6f1f17
+ source = drupalconsole-1.9.2::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.9.2.tar.gz
+ sha512sums = 6f61166c5f66fb29868014a3b469ff1deb1d87a303b1832cd4ccf24345f5ace24fb806fad4ee5f6e7b449239eaf16b432c8062e789deffdd4429f9bb55902992
pkgname = drupalconsole
diff --git a/PKGBUILD b/PKGBUILD
index a28eeea69c9c..fc651307efa6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=drupalconsole
pkgname=${_pkgname}
-pkgver=1.9.1
+pkgver=1.9.2
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=('77af3daa3bdae35d3ff6fa03005a9062fb55a85f0cfb7de3d351265a0667475154874e103aa374458ff2795ffbc57c9e3c6a5f139527786e585210436d6f1f17')
+sha512sums=('6f61166c5f66fb29868014a3b469ff1deb1d87a303b1832cd4ccf24345f5ace24fb806fad4ee5f6e7b449239eaf16b432c8062e789deffdd4429f9bb55902992')
build() {
cd "${srcdir}/drupal-console-launcher-${pkgver//_/-}"