summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraksel2021-07-02 14:18:24 +0200
committeraksel2021-07-02 14:18:24 +0200
commit1a8d7ec2d17f573d396599cf078eeaccf03bbed5 (patch)
tree601c422e40e5ceb24a898eb9e2b24ba53c0b91d4
parent45dc3864983debabb0f837c11925fbc57eb08cdd (diff)
downloadaur-1a8d7ec2d17f573d396599cf078eeaccf03bbed5.tar.gz
v1.25.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD14
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c51bffabae7f..59ea55507722 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aws-sam-cli-bin
pkgdesc = CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM
- pkgver = 1.24.1
+ pkgver = 1.25.0
pkgrel = 1
url = https://github.com/aws/aws-sam-cli
arch = any
@@ -8,8 +8,7 @@ pkgbase = aws-sam-cli-bin
optdepends = docker
provides = aws-sam-cli
conflicts = aws-sam-cli
- source = https://github.com/aws/aws-sam-cli/releases/download/v1.24.1/aws-sam-cli-linux-x86_64.zip
- sha256sums = ba424e9882d359294f12aec0552bc9b56d2db92b04cfbb8b549a2e7fde7fd006
+ source = https://github.com/aws/aws-sam-cli/releases/download/v1.25.0/aws-sam-cli-linux-x86_64.zip
+ sha256sums = e5fbde88d645cbb9ff803e3d3adc8870ca4e4a23727ac578ce7019ed8a2fe38f
pkgname = aws-sam-cli-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index b540068a25cf..c710e711929b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.24.1
+pkgver=1.25.0
pkgrel=1
-pkgdesc='CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM'
-arch=('any')
-url='https://github.com/aws/aws-sam-cli'
-license=('Apache')
-optdepends=('docker')
+pkgdesc="CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM"
+arch=("any")
+url="https://github.com/aws/aws-sam-cli"
+license=("Apache")
+optdepends=("docker")
source=("https://github.com/aws/aws-sam-cli/releases/download/v$pkgver/aws-sam-cli-linux-x86_64.zip")
-sha256sums=('ba424e9882d359294f12aec0552bc9b56d2db92b04cfbb8b549a2e7fde7fd006')
+sha256sums=("e5fbde88d645cbb9ff803e3d3adc8870ca4e4a23727ac578ce7019ed8a2fe38f")
provides=("aws-sam-cli")
conflicts=("aws-sam-cli")