summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVlad Vasiliu2023-07-20 11:19:50 +0200
committerVlad Vasiliu2023-07-20 11:19:50 +0200
commit1aa3ec158c7ae0761a14bd08cb4405726939268e (patch)
tree72312a72dcd1356bedab6d4cd02a391eb0c3ab46 /PKGBUILD
parent8aeb93d3ec6b4adeb90da2420c86ed8947dd0e7b (diff)
downloadaur-1aa3ec158c7ae0761a14bd08cb4405726939268e.tar.gz
Upgraded to upstream v1.29.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dfbd57ad5760..60600061c44b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vlad Vasiliu <vladvasiliun@yahoo.fr>
pkgname=copilot-cli-bin
-pkgver=1.28.0
+pkgver=1.29.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=('1afedfbc89a0fdfad9e27946683838b9')
-md5sums_aarch64=('7246b42d2ce52290b594ed419bc5d376')
+md5sums_x86_64=('ec96ab07f0fa1ec16815d4433157d7ef')
+md5sums_aarch64=('b66c2236790c72ab785b56d1b4acdc4b')
noextract=("copilot-${pkgver}")
package() {