summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraksel2022-02-23 21:32:31 +0200
committeraksel2022-02-23 21:32:31 +0200
commitbb0eeb18d948b4e0227a8d5944dbe10e74864f69 (patch)
treef7e32a97dd39e9284c9d1082b6763fb9da415c6e
parent7b3091cd4ede81c5fd7ab9f5cca380ebc2e1558e (diff)
downloadaur-bb0eeb18d948b4e0227a8d5944dbe10e74864f69.tar.gz
v1.39.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4b4006959ba..c79fdde6d576 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = aws-sam-cli-bin
pkgdesc = CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM
- pkgver = 1.38.1
- pkgrel = 3
+ pkgver = 1.39.0
+ pkgrel = 1
url = https://github.com/aws/aws-sam-cli
arch = x86_64
license = Apache
optdepends = docker
provides = aws-sam-cli
conflicts = aws-sam-cli
- source = aws-sam-cli-linux-1.38.1-x86_64.zip::https://github.com/aws/aws-sam-cli/releases/download/v1.38.1/aws-sam-cli-linux-x86_64.zip
- sha256sums = ce42d355437d69ee33e12a76747e53c8d383c4e7f505a986d498b2028c2c55b1
+ source = aws-sam-cli-linux-1.39.0-x86_64.zip::https://github.com/aws/aws-sam-cli/releases/download/v1.39.0/aws-sam-cli-linux-x86_64.zip
+ sha256sums = 1ae0ecdf96411b37cda5a668520688b7d2f5696cc408d3cc724a3034a0c37d61
pkgname = aws-sam-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 12606e34c88a..10990857e1c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.38.1
-pkgrel=3
+pkgver=1.39.0
+pkgrel=1
pkgdesc="CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM"
arch=("x86_64")
url="https://github.com/aws/aws-sam-cli"
license=("Apache")
optdepends=("docker")
source=("aws-sam-cli-linux-$pkgver-x86_64.zip::https://github.com/aws/aws-sam-cli/releases/download/v$pkgver/aws-sam-cli-linux-x86_64.zip")
-sha256sums=("ce42d355437d69ee33e12a76747e53c8d383c4e7f505a986d498b2028c2c55b1")
+sha256sums=("1ae0ecdf96411b37cda5a668520688b7d2f5696cc408d3cc724a3034a0c37d61")
provides=("aws-sam-cli")
conflicts=("aws-sam-cli")