summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVlad Vasiliu2022-04-07 08:30:17 +0200
committerVlad Vasiliu2022-04-07 08:30:17 +0200
commit1135fc5e1c9f77c59d6240a27606f8688df43b53 (patch)
tree98e3209ab5f66a51336d28a439957cb3d8344057 /PKGBUILD
parent92e75438d7d6fe9c60758378cef0ff99fc4c7137 (diff)
downloadaur-1135fc5e1c9f77c59d6240a27606f8688df43b53.tar.gz
Upgraded to upstream version 1.16.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6f1c24a2e3d2..25a1a9892463 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vlad Vasiliu <vladvasiliun@yahoo.fr>
pkgname=copilot-cli-bin
-pkgver=1.13.0
+pkgver=1.16.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}::https://github.com/aws/copilot-cli/releases/download/v${pkgver}/copilot-linux-amd64-v${pkgver}")
source_aarch64=("copilot-${pkgver}::https://github.com/aws/copilot-cli/releases/download/v${pkgver}/copilot-linux-arm64-v${pkgver}")
-md5sums_x86_64=('0e7e46a5ca36f1e4fa9f263c92903da3')
-md5sums_aarch64=('2ca7d1d7a01b4fb2b0719d01b551aaf3')
+md5sums_x86_64=('10fc97b07b7c11ca5cd92bb704b9f9e9')
+md5sums_aarch64=('1d24c475179ceb8ce49d50a68df178f0')
noextract=("copilot-${pkgver}")
package() {