summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraksel2022-02-22 18:34:29 +0200
committeraksel2022-02-22 18:34:29 +0200
commit8bc5156b4f1459ce1c3e1b29c0997f9719829726 (patch)
tree9a2c3640b7ce12df9fb086a41016c9ebfd8f1db7
parente51b9adbdcdb73496837d63d2601e6c729fefd65 (diff)
downloadaur-8bc5156b4f1459ce1c3e1b29c0997f9719829726.tar.gz
v1.38.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09dffa0f45d3..7cd47d9838a3 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.37.0
+ pkgver = 1.38.1
pkgrel = 1
url = https://github.com/aws/aws-sam-cli
arch = any
@@ -8,7 +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.37.0/aws-sam-cli-linux-x86_64.zip
- sha256sums = 5e41cfbb0341f551d9c01c5f13a8b29ad379e43d992e84567f9f16ea5f4cf990
+ source = https://github.com/aws/aws-sam-cli/releases/download/v1.38.1/aws-sam-cli-linux-x86_64.zip
+ sha256sums = ce42d355437d69ee33e12a76747e53c8d383c4e7f505a986d498b2028c2c55b1
pkgname = aws-sam-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 95b0124229fb..d28d172bebe5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.37.0
+pkgver=1.38.1
pkgrel=1
pkgdesc="CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM"
arch=("any")
@@ -9,7 +9,7 @@ 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=("5e41cfbb0341f551d9c01c5f13a8b29ad379e43d992e84567f9f16ea5f4cf990")
+sha256sums=("ce42d355437d69ee33e12a76747e53c8d383c4e7f505a986d498b2028c2c55b1")
provides=("aws-sam-cli")
conflicts=("aws-sam-cli")