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 782fb2c220e7..245139af7e8b 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 = a47308373d4f5ba1a0be83607c2c22efa0124ae00e8925e1bb16abd497f9878d
- pkgrel = 3.42.1
+ pkgver = 3.43.1
+ pkgrel = 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=a47308373d4f5ba1a0be83607c2c22efa0124ae00e8925e1bb16abd497f9878d
+ provides = platformsh-cli=3.43.1
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 09ffe72e390f..d9e6fbd046d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=platformsh-cli-git
_pkgname=${pkgname%-git}
-pkgver=a47308373d4f5ba1a0be83607c2c22efa0124ae00e8925e1bb16abd497f9878d
-pkgrel=3.42.1
+pkgver=3.43.1
+pkgrel=1
pkgdesc="The unified tool for managing your Platform.sh services from the command line."
arch=('any')
url="https://github.com/platformsh/$_pkgname"