summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Vasiliu2022-11-30 11:24:00 +0100
committerVlad Vasiliu2022-11-30 11:24:00 +0100
commit977a33968b58c9de0428fd1ad9fe8e7f925eea77 (patch)
tree364ed6ad085cd8db1d6fd6ecb8cf20e701dc1d60
parentad69882f98f8fbb157a10649efc470cca697b29a (diff)
downloadaur-977a33968b58c9de0428fd1ad9fe8e7f925eea77.tar.gz
Upgraded to upstream version 1.24.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f815355e3333..91813e07b1aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = copilot-cli-bin
pkgdesc = Your toolkit for containerized applications on AWS.
- pkgver = 1.23.0
+ pkgver = 1.24.0
pkgrel = 1
url = https://aws.github.io/copilot-cli/
arch = aarch64
arch = x86_64
license = Apache
conflicts = copilot-cli
- noextract = copilot-1.23.0
- source_aarch64 = copilot-1.23.0::https://github.com/aws/copilot-cli/releases/download/v1.23.0/copilot-linux-arm64-v1.23.0
- md5sums_aarch64 = 4bf5c63ad65ae025924fd7d077a49d14
- source_x86_64 = copilot-1.23.0::https://github.com/aws/copilot-cli/releases/download/v1.23.0/copilot-linux-amd64-v1.23.0
- md5sums_x86_64 = 02bce5c88e21e363505d4a6a3524b717
+ noextract = copilot-1.24.0
+ source_aarch64 = copilot-1.24.0::https://github.com/aws/copilot-cli/releases/download/v1.24.0/copilot-linux-arm64-v1.24.0
+ md5sums_aarch64 = a72c14cbb989d7a9937d5b4d22795e51
+ source_x86_64 = copilot-1.24.0::https://github.com/aws/copilot-cli/releases/download/v1.24.0/copilot-linux-amd64-v1.24.0
+ md5sums_x86_64 = 22f3e49351c04309a0af13eaf969cbc3
pkgname = copilot-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index bb7fa61b3f85..acf04b63cd6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vlad Vasiliu <vladvasiliun@yahoo.fr>
pkgname=copilot-cli-bin
-pkgver=1.23.0
+pkgver=1.24.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=('02bce5c88e21e363505d4a6a3524b717')
-md5sums_aarch64=('4bf5c63ad65ae025924fd7d077a49d14')
+md5sums_x86_64=('22f3e49351c04309a0af13eaf969cbc3')
+md5sums_aarch64=('a72c14cbb989d7a9937d5b4d22795e51')
noextract=("copilot-${pkgver}")
package() {