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 01e4cc06176d..f3bebf847bde 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = copilot-cli-bin
pkgdesc = Your toolkit for containerized applications on AWS.
- pkgver = 1.29.0
+ pkgver = 1.29.1
pkgrel = 1
url = https://aws.github.io/copilot-cli/
arch = aarch64
arch = x86_64
license = Apache
conflicts = copilot-cli
- noextract = copilot-1.29.0
- source_aarch64 = copilot-1.29.0-aarch64::https://github.com/aws/copilot-cli/releases/download/v1.29.0/copilot-linux-arm64-v1.29.0
- md5sums_aarch64 = b66c2236790c72ab785b56d1b4acdc4b
- source_x86_64 = copilot-1.29.0-x86_64::https://github.com/aws/copilot-cli/releases/download/v1.29.0/copilot-linux-amd64-v1.29.0
- md5sums_x86_64 = ec96ab07f0fa1ec16815d4433157d7ef
+ noextract = copilot-1.29.1
+ source_aarch64 = copilot-1.29.1-aarch64::https://github.com/aws/copilot-cli/releases/download/v1.29.1/copilot-linux-arm64-v1.29.1
+ md5sums_aarch64 = f6f68d5aa2ee09d5a30038b67a0f22a6
+ source_x86_64 = copilot-1.29.1-x86_64::https://github.com/aws/copilot-cli/releases/download/v1.29.1/copilot-linux-amd64-v1.29.1
+ md5sums_x86_64 = 8cd325357e7cb75e37b16c74606b8502
pkgname = copilot-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 60600061c44b..279de6f8b7bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vlad Vasiliu <vladvasiliun@yahoo.fr>
pkgname=copilot-cli-bin
-pkgver=1.29.0
+pkgver=1.29.1
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=('ec96ab07f0fa1ec16815d4433157d7ef')
-md5sums_aarch64=('b66c2236790c72ab785b56d1b4acdc4b')
+md5sums_x86_64=('8cd325357e7cb75e37b16c74606b8502')
+md5sums_aarch64=('f6f68d5aa2ee09d5a30038b67a0f22a6')
noextract=("copilot-${pkgver}")
package() {