summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVlad Vasiliu2023-10-06 10:16:13 +0200
committerVlad Vasiliu2023-10-06 10:16:13 +0200
commit32fdf38b7f04f77170a8d63aa563a7ef99baa20e (patch)
tree9f96d269c306ade448e5c95a2df3f518cea9d86e /PKGBUILD
parent731a2c4f88cb0373c0de855108a13361d20bef28 (diff)
downloadaur-32fdf38b7f04f77170a8d63aa563a7ef99baa20e.tar.gz
Upgraded to upstream v1.31.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee5b12de2962..d188fe7f809b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vlad Vasiliu <vladvasiliun@yahoo.fr>
pkgname=copilot-cli-bin
-pkgver=1.30.1
+pkgver=1.31.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=('1231c6986470269eb0ea56f9acacfc1c')
-md5sums_aarch64=('a1203f72bf13d9f67212f11ae43f1a15')
+md5sums_x86_64=('b3fff3ba3a61366b7e2eaee3bd61048e')
+md5sums_aarch64=('a36796d43bd22c93cfc4440d047393fd')
noextract=("copilot-${pkgver}")
package() {