summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Vasiliu2021-11-29 19:04:17 +0100
committerVlad Vasiliu2021-11-29 19:04:17 +0100
commit92e75438d7d6fe9c60758378cef0ff99fc4c7137 (patch)
treec1c42640585d405a7464f71b690be99850722c1e
parent96b849c90dcb30e1f2250fbda829f587cf7afacf (diff)
downloadaur-92e75438d7d6fe9c60758378cef0ff99fc4c7137.tar.gz
Upgraded to upstream version 1.13.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4ba5ea2cb12..0c97711c699f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = copilot-cli-bin
pkgdesc = Your toolkit for containerized applications on AWS.
- pkgver = 1.12.0
+ pkgver = 1.13.0
pkgrel = 1
url = https://aws.github.io/copilot-cli/
arch = aarch64
arch = x86_64
license = Apache
conflicts = copilot-cli
- noextract = copilot-1.12.0
- source_aarch64 = copilot-1.12.0::https://github.com/aws/copilot-cli/releases/download/v1.12.0/copilot-linux-arm64-v1.12.0
- md5sums_aarch64 = 4d36a542027fc3b84fab52bfd52f30f8
- source_x86_64 = copilot-1.12.0::https://github.com/aws/copilot-cli/releases/download/v1.12.0/copilot-linux-amd64-v1.12.0
- md5sums_x86_64 = 1fae3f455e122ae7daa7b3fcb751317c
+ noextract = copilot-1.13.0
+ source_aarch64 = copilot-1.13.0::https://github.com/aws/copilot-cli/releases/download/v1.13.0/copilot-linux-arm64-v1.13.0
+ md5sums_aarch64 = 2ca7d1d7a01b4fb2b0719d01b551aaf3
+ source_x86_64 = copilot-1.13.0::https://github.com/aws/copilot-cli/releases/download/v1.13.0/copilot-linux-amd64-v1.13.0
+ md5sums_x86_64 = 0e7e46a5ca36f1e4fa9f263c92903da3
pkgname = copilot-cli-bin
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() {