summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2018-01-18 10:17:13 +0100
committerStefan Auditor2018-01-18 10:17:13 +0100
commit27a0e419fc6025a2683003d30801188ff7466259 (patch)
tree1928f94e24228de74d925ad1bd24a5fd25590c0f
parente1a88e30eef3c4ae0114e46887d99af37c147e98 (diff)
downloadaur-27a0e419fc6025a2683003d30801188ff7466259.tar.gz
Update to upstream version 1.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91d0243b7c8f..b598a0a06200 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.3.1
+ pkgver = 1.3.2
pkgrel = 1
url = http://drupalconsole.com/
install = drupalconsole.install
@@ -10,8 +10,8 @@ pkgbase = drupalconsole
makedepends = php-composer
makedepends = git
depends = php
- source = drupalconsole-1.3.1::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.3.1.tar.gz
- sha512sums = d6dcc1233bf943519428e3f367c4454ce38a446e596515b271d1880a5a8dca56f827e527731efaeae1f70dbfda704dd02b9070f141fff736409438e5ee852772
+ source = drupalconsole-1.3.2::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.3.2.tar.gz
+ sha512sums = 359feba9b403c85387fdf49b9585aecc30293b79101962ebffd3542135c03f027e8921e5fe29dd5a309aa873b3fc444b908810843fed98914f5400641c46268f
pkgname = drupalconsole
diff --git a/PKGBUILD b/PKGBUILD
index a089eb820483..d9b19f838a0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=drupalconsole
pkgname=${_pkgname}
-pkgver=1.3.1
+pkgver=1.3.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')
makedepends=("php-box" "php-composer" "git")
install="${_pkgname}.install"
source=("${_pkgname}-${pkgver//_/-}"::"https://github.com/hechoendrupal/drupal-console-launcher/archive/${pkgver//_/-}.tar.gz")
-sha512sums=('d6dcc1233bf943519428e3f367c4454ce38a446e596515b271d1880a5a8dca56f827e527731efaeae1f70dbfda704dd02b9070f141fff736409438e5ee852772')
+sha512sums=('359feba9b403c85387fdf49b9585aecc30293b79101962ebffd3542135c03f027e8921e5fe29dd5a309aa873b3fc444b908810843fed98914f5400641c46268f')
build() {
cd "${srcdir}/drupal-console-launcher-${pkgver//_/-}"