summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Vasiliu2022-09-28 08:40:56 +0200
committerVlad Vasiliu2022-09-28 08:40:56 +0200
commit0c472823feb23618e69cc7ca55b248d9b2861151 (patch)
tree4881751adb8fb6584bdc1e674a19d5a48d2a3e1b
parentc14018b1804965b7d00cc267571c746d6a4b902a (diff)
downloadaur-0c472823feb23618e69cc7ca55b248d9b2861151.tar.gz
Upgraded to upstream version 1.22.0
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f5de05ba32a..a1394b996a88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = copilot-cli-bin
pkgdesc = Your toolkit for containerized applications on AWS.
- pkgver = 1.21.1
- pkgrel = 2
+ pkgver = 1.22.0
+ pkgrel = 1
url = https://aws.github.io/copilot-cli/
arch = aarch64
arch = x86_64
license = Apache
conflicts = copilot-cli
- noextract = copilot-1.21.1
- source_aarch64 = copilot-1.21.1::https://github.com/aws/copilot-cli/releases/download/v1.21.1/copilot-linux-arm64-v1.21.1
- md5sums_aarch64 = f654f5c7517f2fc89e05211fee2072f7
- source_x86_64 = copilot-1.21.1::https://github.com/aws/copilot-cli/releases/download/v1.21.1/copilot-linux-amd64-v1.21.1
- md5sums_x86_64 = 1512288114406627a48721f757c1ba4e
+ noextract = copilot-1.22.0
+ source_aarch64 = copilot-1.22.0::https://github.com/aws/copilot-cli/releases/download/v1.22.0/copilot-linux-arm64-v1.22.0
+ md5sums_aarch64 = 42d01f44f071c4eaee0545c5fe500bc5
+ source_x86_64 = copilot-1.22.0::https://github.com/aws/copilot-cli/releases/download/v1.22.0/copilot-linux-amd64-v1.22.0
+ md5sums_x86_64 = 4eb9f9c92e479b28c22728fc4845d271
pkgname = copilot-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index a4a90f22ee45..7349366c8fd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vlad Vasiliu <vladvasiliun@yahoo.fr>
pkgname=copilot-cli-bin
-pkgver=1.21.1
-pkgrel=2
+pkgver=1.22.0
+pkgrel=1
pkgdesc='Your toolkit for containerized applications on AWS.'
arch=('aarch64' 'x86_64')
url='https://aws.github.io/copilot-cli/'
@@ -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=('1512288114406627a48721f757c1ba4e')
-md5sums_aarch64=('f654f5c7517f2fc89e05211fee2072f7')
+md5sums_x86_64=('4eb9f9c92e479b28c22728fc4845d271')
+md5sums_aarch64=('42d01f44f071c4eaee0545c5fe500bc5')
noextract=("copilot-${pkgver}")
package() {