summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91813e07b1aa..0c82e7b6723e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = copilot-cli-bin
pkgdesc = Your toolkit for containerized applications on AWS.
- pkgver = 1.24.0
+ pkgver = 1.25.0
pkgrel = 1
url = https://aws.github.io/copilot-cli/
arch = aarch64
arch = x86_64
license = Apache
conflicts = copilot-cli
- 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
+ noextract = copilot-1.25.0
+ source_aarch64 = copilot-1.25.0::https://github.com/aws/copilot-cli/releases/download/v1.25.0/copilot-linux-arm64-v1.25.0
+ md5sums_aarch64 = bdb3d8cdee5d2458cac0c09ac98be31b
+ source_x86_64 = copilot-1.25.0::https://github.com/aws/copilot-cli/releases/download/v1.25.0/copilot-linux-amd64-v1.25.0
+ md5sums_x86_64 = 31f82aa7abaef5d7ac3f1a856259321f
pkgname = copilot-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index acf04b63cd6f..094393c3fbe0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vlad Vasiliu <vladvasiliun@yahoo.fr>
pkgname=copilot-cli-bin
-pkgver=1.24.0
+pkgver=1.25.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=('22f3e49351c04309a0af13eaf969cbc3')
-md5sums_aarch64=('a72c14cbb989d7a9937d5b4d22795e51')
+md5sums_x86_64=('31f82aa7abaef5d7ac3f1a856259321f')
+md5sums_aarch64=('bdb3d8cdee5d2458cac0c09ac98be31b')
noextract=("copilot-${pkgver}")
package() {