summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2018-01-18 10:17:53 +0100
committerStefan Auditor2018-01-18 10:17:53 +0100
commit0cc907178bcc2b674462c3aa24bd01b93ea19659 (patch)
tree13478f7c1a6371a50ff8af4755aecab4c28013a0
parent27a0e419fc6025a2683003d30801188ff7466259 (diff)
downloadaur-0cc907178bcc2b674462c3aa24bd01b93ea19659.tar.gz
Update to upstream version 1.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b598a0a06200..8bfaea7b5dca 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.2
+ pkgver = 1.4.0
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.2::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.3.2.tar.gz
- sha512sums = 359feba9b403c85387fdf49b9585aecc30293b79101962ebffd3542135c03f027e8921e5fe29dd5a309aa873b3fc444b908810843fed98914f5400641c46268f
+ source = drupalconsole-1.4.0::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.4.0.tar.gz
+ sha512sums = d5497f303b73fec97545f20a6705b103f7567f4a3153128d53a45be0c2a889831fc172c1e0019675b29b5806935a3fd36aaf857edb41bfe8e3a7330d3829b6a9
pkgname = drupalconsole
diff --git a/PKGBUILD b/PKGBUILD
index d9b19f838a0f..6f87523c12cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=drupalconsole
pkgname=${_pkgname}
-pkgver=1.3.2
+pkgver=1.4.0
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=('359feba9b403c85387fdf49b9585aecc30293b79101962ebffd3542135c03f027e8921e5fe29dd5a309aa873b3fc444b908810843fed98914f5400641c46268f')
+sha512sums=('d5497f303b73fec97545f20a6705b103f7567f4a3153128d53a45be0c2a889831fc172c1e0019675b29b5806935a3fd36aaf857edb41bfe8e3a7330d3829b6a9')
build() {
cd "${srcdir}/drupal-console-launcher-${pkgver//_/-}"