summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ba9e1835cb3..8f5de05ba32a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = copilot-cli-bin
pkgdesc = Your toolkit for containerized applications on AWS.
pkgver = 1.21.1
- pkgrel = 1
+ pkgrel = 2
url = https://aws.github.io/copilot-cli/
arch = aarch64
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = copilot-cli-bin
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 = 87d9ff989bcc19fe0782bfd02ad2a705
+ 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 = af093937821f49c8539827a877d49960
+ md5sums_x86_64 = 1512288114406627a48721f757c1ba4e
pkgname = copilot-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index b18c5017c673..a4a90f22ee45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vlad Vasiliu <vladvasiliun@yahoo.fr>
pkgname=copilot-cli-bin
pkgver=1.21.1
-pkgrel=1
+pkgrel=2
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=('af093937821f49c8539827a877d49960')
-md5sums_aarch64=('87d9ff989bcc19fe0782bfd02ad2a705')
+md5sums_x86_64=('1512288114406627a48721f757c1ba4e')
+md5sums_aarch64=('f654f5c7517f2fc89e05211fee2072f7')
noextract=("copilot-${pkgver}")
package() {