summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e1d128bd164..782fb2c220e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = platformsh-cli-git
pkgdesc = The unified tool for managing your Platform.sh services from the command line.
- pkgver = 3.42.0
- pkgrel = 1
+ pkgver = a47308373d4f5ba1a0be83607c2c22efa0124ae00e8925e1bb16abd497f9878d
+ pkgrel = 3.42.1
url = https://github.com/platformsh/platformsh-cli
arch = any
license = GPL
@@ -9,7 +9,7 @@ pkgbase = platformsh-cli-git
depends = php
depends = composer
optdepends = drush
- provides = platformsh-cli=3.42.0
+ provides = platformsh-cli=a47308373d4f5ba1a0be83607c2c22efa0124ae00e8925e1bb16abd497f9878d
conflicts = platformsh-cli
source = platformsh-cli::git+https://github.com/platformsh/platformsh-cli.git#branch=master
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index eb70a88d853e..09ffe72e390f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=platformsh-cli-git
_pkgname=${pkgname%-git}
-pkgver=3.42.0
-pkgrel=1
+pkgver=a47308373d4f5ba1a0be83607c2c22efa0124ae00e8925e1bb16abd497f9878d
+pkgrel=3.42.1
pkgdesc="The unified tool for managing your Platform.sh services from the command line."
arch=('any')
url="https://github.com/platformsh/$_pkgname"