summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrédéric Potvin2017-12-15 09:47:53 +0100
committerFrédéric Potvin2017-12-15 09:47:53 +0100
commit2b49b0e87d5a9e9f7ab08ccfb1e2505ff6da69ab (patch)
treef3ea1447b16fe5a8cce736adc202abc596a850bc
parent1672e8f55bdd39a536d9395d6a3a786c0e780918 (diff)
downloadaur-2b49b0e87d5a9e9f7ab08ccfb1e2505ff6da69ab.tar.gz
Release version:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa717b9db3e2..fbad319c6840 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = platformsh-cli
pkgdesc = Platform.sh CLI
- pkgver = 3.25.0
+ pkgver = 3.25.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.25.0/platform.phar
- sha256sums = 1eaf93ee25ae67080ed347993dea747857e08e853f0818d2123b2e5fe0a77b4d
+ source = https://github.com/platformsh/platformsh-cli/releases/download/v3.25.1/platform.phar
+ sha256sums = aa8c294dcb85e16b5382407d162e22008f8a574acb186f29d7277d24232526c7
pkgname = platformsh-cli
diff --git a/PKGBUILD b/PKGBUILD
index 3154eb37d9a6..43d8a4bb4f4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Frédéric Potvin <frederic.potvin@platform.sh>
pkgname=platformsh-cli
-pkgver='3.25.0'
+pkgver='3.25.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.25.0/platform.phar")
-sha256sums=('1eaf93ee25ae67080ed347993dea747857e08e853f0818d2123b2e5fe0a77b4d')
+source=("https://github.com/platformsh/platformsh-cli/releases/download/v3.25.1/platform.phar")
+sha256sums=('aa8c294dcb85e16b5382407d162e22008f8a574acb186f29d7277d24232526c7')
noextract=('platform.phar')
build() {