summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2023-09-12 13:05:35 +0200
committerStefan Auditor2023-09-12 13:05:35 +0200
commit370f89a809abef2a6f5f65b6c856610537a6043f (patch)
tree43ed612fffd70f218ac553c91c70a601cd43140e
parent02ed3fefe15d3b666cca634e8bfa5d96680c4a21 (diff)
downloadaur-370f89a809abef2a6f5f65b6c856610537a6043f.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 5c67e8270422..e65a57b08780 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.9
+ pkgver = 1.9.10
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.9::https://github.com/hechoendrupal/drupal-console/archive/refs/tags/1.9.9.tar.gz
- sha512sums = 8635b58689386949f9d4297ba8ab698e8c479478c5eaae70645e06e88dccb8fe6f5a863d22b79bb408c4f33c718beb551b6acfbbd68dcc5b09f90002430d906a
+ source = drupalconsole-1.9.10::https://github.com/hechoendrupal/drupal-console/archive/refs/tags/1.9.10.tar.gz
+ sha512sums = 30eede0803357fd7d1cf3eb66058ab4211d8fb771ba6ddf9a987cac5094b1fc9709b2114065dfa6a09ed2eba3cf35eacb4bf873e105dab035a21c40a448a5255
pkgname = drupalconsole
diff --git a/PKGBUILD b/PKGBUILD
index ca26c3938aee..c354fc903462 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=drupalconsole
pkgname=${_pkgname}
-pkgver=1.9.9
+pkgver=1.9.10
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=('8635b58689386949f9d4297ba8ab698e8c479478c5eaae70645e06e88dccb8fe6f5a863d22b79bb408c4f33c718beb551b6acfbbd68dcc5b09f90002430d906a')
+sha512sums=('30eede0803357fd7d1cf3eb66058ab4211d8fb771ba6ddf9a987cac5094b1fc9709b2114065dfa6a09ed2eba3cf35eacb4bf873e105dab035a21c40a448a5255')
build() {
cd "${srcdir}/drupal-console-launcher-${pkgver//_/-}"