summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrédéric Potvin2018-07-23 09:52:59 +0200
committerFrédéric Potvin2018-07-23 09:52:59 +0200
commit7b79ddb76d190ab52a106512d849d6a931eaa89a (patch)
tree026fb11a7c2a344ef1f167f1a469b9a2967e72c4
parent8290c0b4c02897670ba7d135b0e424ec5cc510fc (diff)
downloadaur-7b79ddb76d190ab52a106512d849d6a931eaa89a.tar.gz
Release version: 3.34.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7983aef85e67..00ef5a9a7398 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = platformsh-cli
pkgdesc = Platform.sh CLI
- pkgver = 3.34.0
+ pkgver = 3.34.1
pkgrel = 1
url = https://github.com/platformsh/platformsh-cli
arch = any
@@ -8,8 +8,8 @@ pkgbase = platformsh-cli
depends = php>=5.5.9
provides = platformsh-cli
noextract = platform.phar
- source = https://github.com/platformsh/platformsh-cli/releases/download/v3.34.0/platform.phar
- sha256sums = 21fa3b8612b5b89c9bf82b213bcc72f50bd72ee97153042edab24d3a03e8efc4
+ source = https://github.com/platformsh/platformsh-cli/releases/download/v3.34.1/platform.phar
+ sha256sums = 53cfbd8255270f9f12b2e5cf9882ea3a9094866bcde19de406ddf676c114d1fa
pkgname = platformsh-cli
diff --git a/PKGBUILD b/PKGBUILD
index 4e70f70d5646..4a6a4ca7d15d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Frédéric Potvin <frederic.potvin@platform.sh>
pkgname=platformsh-cli
-pkgver='3.34.0'
+pkgver='3.34.1'
pkgrel=1
pkgdesc="Platform.sh CLI"
arch=('any')
@@ -18,8 +18,8 @@ backup=()
options=()
install=
changelog=
-source=("https://github.com/platformsh/platformsh-cli/releases/download/v3.34.0/platform.phar")
-sha256sums=('21fa3b8612b5b89c9bf82b213bcc72f50bd72ee97153042edab24d3a03e8efc4')
+source=("https://github.com/platformsh/platformsh-cli/releases/download/v3.34.1/platform.phar")
+sha256sums=('53cfbd8255270f9f12b2e5cf9882ea3a9094866bcde19de406ddf676c114d1fa')
noextract=('platform.phar')
build() {