summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df8d1cff7abc..e124fd0ea086 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = copilot-cli-bin
pkgdesc = Your toolkit for containerized applications on AWS.
- pkgver = 1.33.4
+ pkgver = 1.34.0
pkgrel = 1
url = https://aws.github.io/copilot-cli/
arch = aarch64
arch = x86_64
license = Apache
conflicts = copilot-cli
- noextract = copilot-1.33.4
- source_aarch64 = copilot-1.33.4-aarch64::https://github.com/aws/copilot-cli/releases/download/v1.33.4/copilot-linux-arm64-v1.33.4
- md5sums_aarch64 = 6eb586493e459e18417093a8b13b9fcb
- source_x86_64 = copilot-1.33.4-x86_64::https://github.com/aws/copilot-cli/releases/download/v1.33.4/copilot-linux-amd64-v1.33.4
- md5sums_x86_64 = 5855fea3629071f80ef8f9f560a0f335
+ noextract = copilot-1.34.0
+ source_aarch64 = copilot-1.34.0-aarch64::https://github.com/aws/copilot-cli/releases/download/v1.34.0/copilot-linux-arm64-v1.34.0
+ md5sums_aarch64 = 3dc115086a02467c806ddddd7800702e
+ source_x86_64 = copilot-1.34.0-x86_64::https://github.com/aws/copilot-cli/releases/download/v1.34.0/copilot-linux-amd64-v1.34.0
+ md5sums_x86_64 = cba05e755659c7a8db59caa1d9cc5252
pkgname = copilot-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 57a063284829..65c9ed948f7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vlad Vasiliu <vladvasiliun@yahoo.fr>
pkgname=copilot-cli-bin
-pkgver=1.33.4
+pkgver=1.34.0
pkgrel=1
pkgdesc='Your toolkit for containerized applications on AWS.'
arch=('aarch64' 'x86_64')
@@ -12,8 +12,8 @@ depends=()
conflicts=('copilot-cli')
source_x86_64=("copilot-${pkgver}-x86_64::https://github.com/aws/copilot-cli/releases/download/v${pkgver}/copilot-linux-amd64-v${pkgver}")
source_aarch64=("copilot-${pkgver}-aarch64::https://github.com/aws/copilot-cli/releases/download/v${pkgver}/copilot-linux-arm64-v${pkgver}")
-md5sums_x86_64=('5855fea3629071f80ef8f9f560a0f335')
-md5sums_aarch64=('6eb586493e459e18417093a8b13b9fcb')
+md5sums_x86_64=('cba05e755659c7a8db59caa1d9cc5252')
+md5sums_aarch64=('3dc115086a02467c806ddddd7800702e')
noextract=("copilot-${pkgver}")
package() {