summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Vasiliu2024-04-19 09:06:47 +0200
committerVlad Vasiliu2024-04-19 09:06:47 +0200
commit66c2542ef27c604e4b7ca605957b28609c5eb31e (patch)
tree31b93f6c776fe4867948ec25fe5fce8b4d3b0e8d
parentd4c63e5e1a994bc82524e254b69010e0876b0f18 (diff)
downloadaur-copilot-cli-bin.tar.gz
Upgrade to upstream v1.33.3
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13ba823c6214..ef1624a3acac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = copilot-cli-bin
pkgdesc = Your toolkit for containerized applications on AWS.
- pkgver = 1.33.2
+ pkgver = 1.33.3
pkgrel = 1
url = https://aws.github.io/copilot-cli/
arch = aarch64
arch = x86_64
license = Apache
conflicts = copilot-cli
- noextract = copilot-1.33.2
- source_aarch64 = copilot-1.33.2-aarch64::https://github.com/aws/copilot-cli/releases/download/v1.33.2/copilot-linux-arm64-v1.33.2
- md5sums_aarch64 = f296f1042052b667fb20acf612bcd6d4
- source_x86_64 = copilot-1.33.2-x86_64::https://github.com/aws/copilot-cli/releases/download/v1.33.2/copilot-linux-amd64-v1.33.2
- md5sums_x86_64 = 75c7a05f41aa50e80b3094218ec7d389
+ noextract = copilot-1.33.3
+ source_aarch64 = copilot-1.33.3-aarch64::https://github.com/aws/copilot-cli/releases/download/v1.33.3/copilot-linux-arm64-v1.33.3
+ md5sums_aarch64 = 0bcae5043254ee432f03bcfba02f2794
+ source_x86_64 = copilot-1.33.3-x86_64::https://github.com/aws/copilot-cli/releases/download/v1.33.3/copilot-linux-amd64-v1.33.3
+ md5sums_x86_64 = 3477cb092b6825bfa42bc12262c69e30
pkgname = copilot-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3746349d7b39..e76146b3437c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vlad Vasiliu <vladvasiliun@yahoo.fr>
pkgname=copilot-cli-bin
-pkgver=1.33.2
+pkgver=1.33.3
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}-x86_64::https://github.com/aws/copilot-cli/releases/download/v${pkgver}/copilot-linux-amd64-v${pkgver}")
source_aarch64=("copilot-${pkgver}-aarch64::https://github.com/aws/copilot-cli/releases/download/v${pkgver}/copilot-linux-arm64-v${pkgver}")
-md5sums_x86_64=('75c7a05f41aa50e80b3094218ec7d389')
-md5sums_aarch64=('f296f1042052b667fb20acf612bcd6d4')
+md5sums_x86_64=('3477cb092b6825bfa42bc12262c69e30')
+md5sums_aarch64=('0bcae5043254ee432f03bcfba02f2794')
noextract=("copilot-${pkgver}")
package() {