summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVlad Vasiliu2021-11-29 19:04:17 +0100
committerVlad Vasiliu2021-11-29 19:04:17 +0100
commit92e75438d7d6fe9c60758378cef0ff99fc4c7137 (patch)
treec1c42640585d405a7464f71b690be99850722c1e /PKGBUILD
parent96b849c90dcb30e1f2250fbda829f587cf7afacf (diff)
downloadaur-92e75438d7d6fe9c60758378cef0ff99fc4c7137.tar.gz
Upgraded to upstream version 1.13.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d445899965b3..6f1c24a2e3d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vlad Vasiliu <vladvasiliun@yahoo.fr>
pkgname=copilot-cli-bin
-pkgver=1.12.0
+pkgver=1.13.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=('1fae3f455e122ae7daa7b3fcb751317c')
-md5sums_aarch64=('4d36a542027fc3b84fab52bfd52f30f8')
+md5sums_x86_64=('0e7e46a5ca36f1e4fa9f263c92903da3')
+md5sums_aarch64=('2ca7d1d7a01b4fb2b0719d01b551aaf3')
noextract=("copilot-${pkgver}")
package() {