summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Vasiliu2021-10-08 10:29:32 +0200
committerVlad Vasiliu2021-10-08 10:29:32 +0200
commitf805b60732a9394f35a44a814d1e4bdc2f719195 (patch)
tree62aa2d21a571c6e30f6fd832a1bfeaa5f207a6d5
parentcb9e1add5cc6540a8ad6cee1eb98e556f01e13f1 (diff)
downloadaur-f805b60732a9394f35a44a814d1e4bdc2f719195.tar.gz
Upgraded to upstream version 1.11.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index deed94412341..b732cb3d3ab4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = copilot-cli-bin
pkgdesc = Your toolkit for containerized applications on AWS.
- pkgver = 1.10.0
+ pkgver = 1.11.0
pkgrel = 1
url = https://aws.github.io/copilot-cli/
arch = aarch64
arch = x86_64
license = Apache
conflicts = copilot-cli
- noextract = copilot-1.10.0
- source_aarch64 = copilot-1.10.0::https://github.com/aws/copilot-cli/releases/download/v1.10.0/copilot-linux-arm64-v1.10.0
- md5sums_aarch64 = 2d6bb35f3491fa4c4eeaa4820f0886ac
- source_x86_64 = copilot-1.10.0::https://github.com/aws/copilot-cli/releases/download/v1.10.0/copilot-linux-amd64-v1.10.0
- md5sums_x86_64 = feaca46b91fa62014385129a2152961e
+ noextract = copilot-1.11.0
+ source_aarch64 = copilot-1.11.0::https://github.com/aws/copilot-cli/releases/download/v1.11.0/copilot-linux-arm64-v1.11.0
+ md5sums_aarch64 = 566aedbb1aa8c08620e63636eb93d433
+ source_x86_64 = copilot-1.11.0::https://github.com/aws/copilot-cli/releases/download/v1.11.0/copilot-linux-amd64-v1.11.0
+ md5sums_x86_64 = 85260f216a9bdd899566d66a9866e20e
pkgname = copilot-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index d0d47102617d..e40c9ddd0a86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vlad Vasiliu <vladvasiliun@yahoo.fr>
pkgname=copilot-cli-bin
-pkgver=1.10.0
+pkgver=1.11.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=('feaca46b91fa62014385129a2152961e')
-md5sums_aarch64=('2d6bb35f3491fa4c4eeaa4820f0886ac')
+md5sums_x86_64=('85260f216a9bdd899566d66a9866e20e')
+md5sums_aarch64=('566aedbb1aa8c08620e63636eb93d433')
noextract=("copilot-${pkgver}")
package() {