summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2017-11-15 12:04:16 +0100
committerStefan Auditor2017-11-15 12:04:16 +0100
commit529981a63b2c18ab2c18b8a7de00ab7c944156fc (patch)
tree31f32be9fbd0b7a47ccea6dd6437e1d5d4783440
parent3c75270344d0600dcd3b56af50c0c87ed5c5af92 (diff)
downloadaur-529981a63b2c18ab2c18b8a7de00ab7c944156fc.tar.gz
Update to upstream version 1.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06c08b9fbc0b..323ec049d18e 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.0.2
+ pkgver = 1.1.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.0.2::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.0.2.tar.gz
- sha512sums = b39b6d824f886742429eb4cd668efbefdd5432e7074d324e386de0f7f9ccd1583491386f49dc94ba81e7d87f2a5d6e4bea219127c38267b6788f3d2a7177d109
+ source = drupalconsole-1.1.0::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.1.0.tar.gz
+ sha512sums = 5ee5cef59869b72d19d61bb6c321928cf0d9901f2407edc7b15f8503b69f62bd30dab3178d8233d5470c7e0da4b8047e19b93942f09620c372ec86516c2c7ade
pkgname = drupalconsole
diff --git a/PKGBUILD b/PKGBUILD
index 1bbe07af64e0..3f37782710cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=drupalconsole
pkgname=${_pkgname}
-pkgver=1.0.2
+pkgver=1.1.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=('b39b6d824f886742429eb4cd668efbefdd5432e7074d324e386de0f7f9ccd1583491386f49dc94ba81e7d87f2a5d6e4bea219127c38267b6788f3d2a7177d109')
+sha512sums=('5ee5cef59869b72d19d61bb6c321928cf0d9901f2407edc7b15f8503b69f62bd30dab3178d8233d5470c7e0da4b8047e19b93942f09620c372ec86516c2c7ade')
build() {
cd "${srcdir}/drupal-console-launcher-${pkgver//_/-}"