summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Vasiliu2021-04-14 14:27:38 +0200
committerVlad Vasiliu2021-04-14 14:27:38 +0200
commitfe13bff6225b84db5339a93c497d8cead258a0cc (patch)
tree4d4bab1497b42a4a3f1368f1c536231163b19156
parent3d09e146476f810aed0488eeba60f9bc89fc83d5 (diff)
downloadaur-fe13bff6225b84db5339a93c497d8cead258a0cc.tar.gz
Update to v1.5.0-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ce8ca87a0fd..8f0f34728f5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = copilot-cli-bin
pkgdesc = Your toolkit for containerized applications on AWS.
- pkgver = 1.4.0
+ pkgver = 1.5.0
pkgrel = 1
url = https://aws.github.io/copilot-cli/
arch = aarch64
arch = x86_64
license = Apache
conflicts = copilot-cli
- noextract = copilot-1.4.0
- source_aarch64 = copilot-1.4.0::https://github.com/aws/copilot-cli/releases/download/v1.4.0/copilot-linux-arm64-v1.4.0
- md5sums_aarch64 = 9e4c5467f8748064f829af8390bf30e1
- source_x86_64 = copilot-1.4.0::https://github.com/aws/copilot-cli/releases/download/v1.4.0/copilot-linux-amd64-v1.4.0
- md5sums_x86_64 = b0b6c4144a3a6a73f2dd9edbc83588f5
+ noextract = copilot-1.5.0
+ source_aarch64 = copilot-1.5.0::https://github.com/aws/copilot-cli/releases/download/v1.5.0/copilot-linux-arm64-v1.5.0
+ md5sums_aarch64 = 2b7c842766291759d972d4bf3eb72c0c
+ source_x86_64 = copilot-1.5.0::https://github.com/aws/copilot-cli/releases/download/v1.5.0/copilot-linux-amd64-v1.5.0
+ md5sums_x86_64 = 8e835050af047da274fa1094b9068370
pkgname = copilot-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 56ba2c7f0228..52aa30e271c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vlad Vasiliu <vladvasiliun@yahoo.fr>
pkgname=copilot-cli-bin
-pkgver=1.4.0
+pkgver=1.5.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=('b0b6c4144a3a6a73f2dd9edbc83588f5')
-md5sums_aarch64=('9e4c5467f8748064f829af8390bf30e1')
+md5sums_x86_64=('8e835050af047da274fa1094b9068370')
+md5sums_aarch64=('2b7c842766291759d972d4bf3eb72c0c')
noextract=("copilot-${pkgver}")
package() {