summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2023-09-12 13:03:26 +0200
committerStefan Auditor2023-09-12 13:03:26 +0200
commit2e810b354f14a46faa0911805315f1f22d3ba1dc (patch)
tree5de1bfed73b3dd41c9fceaa76c1d55a0a68a83e2
parent8a0868259cccc179208bbaf1f25f54cd5e35e430 (diff)
downloadaur-2e810b354f14a46faa0911805315f1f22d3ba1dc.tar.gz
Update upstream
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51fcf1a69ae2..77d154a7f83c 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.4
+ pkgver = 1.9.5
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.4::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.9.4.tar.gz
- sha512sums = 648b5e3a8b1993b5dc1f8251539b61dc98b892bdeb1152353a509c754e81378ca2af16af606a7aba70a55dff070820c2296b2efa3e525c02d4c393db29cae1c0
+ source = drupalconsole-1.9.5::https://github.com/hechoendrupal/drupal-console/archive/refs/tags/1.9.5.tar.gz
+ sha512sums = bb0fca69e6457342a93ed367ccb869332c1fc914114e29fcc44945ca7fd4260a5cc8be44f9121ed7c8236e27d108aa579d861ee003024e650345321c9ccd5fce
pkgname = drupalconsole
diff --git a/PKGBUILD b/PKGBUILD
index 6dc9cfd7752d..973f393953da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=drupalconsole
pkgname=${_pkgname}
-pkgver=1.9.4
+pkgver=1.9.5
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')
@@ -12,8 +12,8 @@ license=('GPL')
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=('648b5e3a8b1993b5dc1f8251539b61dc98b892bdeb1152353a509c754e81378ca2af16af606a7aba70a55dff070820c2296b2efa3e525c02d4c393db29cae1c0')
+source=("${_pkgname}-${pkgver//_/-}"::"https://github.com/hechoendrupal/drupal-console/archive/refs/tags/${pkgver//_/-}.tar.gz")
+sha512sums=('bb0fca69e6457342a93ed367ccb869332c1fc914114e29fcc44945ca7fd4260a5cc8be44f9121ed7c8236e27d108aa579d861ee003024e650345321c9ccd5fce')
build() {
cd "${srcdir}/drupal-console-launcher-${pkgver//_/-}"