summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2023-09-12 13:04:00 +0200
committerStefan Auditor2023-09-12 13:04:00 +0200
commitc6436e0562030af5587dad26aa50e596b345387b (patch)
tree3405106881fe1503817f3f084feea64e8d6a0de4
parent2e810b354f14a46faa0911805315f1f22d3ba1dc (diff)
downloadaur-c6436e0562030af5587dad26aa50e596b345387b.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 77d154a7f83c..1a03f0ff33f0 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.5
+ pkgver = 1.9.7
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.5::https://github.com/hechoendrupal/drupal-console/archive/refs/tags/1.9.5.tar.gz
- sha512sums = bb0fca69e6457342a93ed367ccb869332c1fc914114e29fcc44945ca7fd4260a5cc8be44f9121ed7c8236e27d108aa579d861ee003024e650345321c9ccd5fce
+ source = drupalconsole-1.9.7::https://github.com/hechoendrupal/drupal-console/archive/refs/tags/1.9.7.tar.gz
+ sha512sums = 9e5a68091041f7a63bdbcb534bce66593d46e4d97493cd675d501421b0ddbdb47c6a15b1c9e88fcc68b5bfb94ed71b189c19a7103fce32facfa759b52ef35642
pkgname = drupalconsole
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//_/-}"