summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2017-09-07 16:59:52 +0200
committerStefan Auditor2017-09-07 16:59:52 +0200
commit3c75270344d0600dcd3b56af50c0c87ed5c5af92 (patch)
tree55004da517e7d406161500bf19031c92b0a5453f
parentacb20c7c566879a7514eb573d4b2ee63809db259 (diff)
downloadaur-3c75270344d0600dcd3b56af50c0c87ed5c5af92.tar.gz
Update to upstream version 1.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8690409254e0..06c08b9fbc0b 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.1
+ pkgver = 1.0.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.0.1::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.0.1.tar.gz
- sha512sums = 66501151018ad06168697fbdfbf65a786bfc1f5937c0e7cc8b43b3db216b5fe511de63e2dd70a940771ccd5f03bc0c8ac5aea2e2e01c8f51650de5324583add3
+ source = drupalconsole-1.0.2::https://github.com/hechoendrupal/drupal-console-launcher/archive/1.0.2.tar.gz
+ sha512sums = b39b6d824f886742429eb4cd668efbefdd5432e7074d324e386de0f7f9ccd1583491386f49dc94ba81e7d87f2a5d6e4bea219127c38267b6788f3d2a7177d109
pkgname = drupalconsole
diff --git a/PKGBUILD b/PKGBUILD
index 1b7eea65b02a..1bbe07af64e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=drupalconsole
pkgname=${_pkgname}
-pkgver=1.0.1
+pkgver=1.0.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=('66501151018ad06168697fbdfbf65a786bfc1f5937c0e7cc8b43b3db216b5fe511de63e2dd70a940771ccd5f03bc0c8ac5aea2e2e01c8f51650de5324583add3')
+sha512sums=('b39b6d824f886742429eb4cd668efbefdd5432e7074d324e386de0f7f9ccd1583491386f49dc94ba81e7d87f2a5d6e4bea219127c38267b6788f3d2a7177d109')
build() {
cd "${srcdir}/drupal-console-launcher-${pkgver//_/-}"