summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Kaland2020-06-24 15:15:14 +0200
committerKevin Kaland2020-06-24 15:15:14 +0200
commit7a112bb661a42e9d1835c584c2425ddb44075975 (patch)
tree4713071de658dee82afdbb943709df2ac1a8930d
parent2a6092571595b1215a861dafe613d83d4cea06d9 (diff)
downloadaur-7a112bb661a42e9d1835c584c2425ddb44075975.tar.gz
Release version: 3.57.5.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37de16ade13a..9c3ebea5b708 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = platformsh-cli
pkgdesc = Platform.sh CLI
- pkgver = 3.57.4
+ pkgver = 3.57.5
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 = $pkgname-$pkgver.phar
- source = platformsh-cli-3.57.4.phar::https://github.com/platformsh/platformsh-cli/releases/download/v3.57.4/platform.phar
- sha256sums = eeaaa378286be584aefd8f2d75eba1bb078a2ba65652b32a0ef425f225e326a5
+ source = platformsh-cli-3.57.5.phar::https://github.com/platformsh/platformsh-cli/releases/download/v3.57.5/platform.phar
+ sha256sums = df6d8baf36d6229b12cdb93f57f49c719554fbed36b2b0266b4af6e9f9ba1f2b
pkgname = platformsh-cli
diff --git a/PKGBUILD b/PKGBUILD
index 61403e445c60..49b546f2938e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Kevin Kaland <kevin@wizone.solutions>
pkgname=platformsh-cli
-pkgver=3.57.4
+pkgver=3.57.5
pkgrel=1
pkgdesc="Platform.sh CLI"
arch=('any')
@@ -19,7 +19,7 @@ options=()
install=
changelog=
source=("$pkgname-$pkgver.phar::https://github.com/platformsh/platformsh-cli/releases/download/v$pkgver/platform.phar")
-sha256sums=('eeaaa378286be584aefd8f2d75eba1bb078a2ba65652b32a0ef425f225e326a5')
+sha256sums=('df6d8baf36d6229b12cdb93f57f49c719554fbed36b2b0266b4af6e9f9ba1f2b')
noextract=('$pkgname-$pkgver.phar')
build() {