summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Stolp2024-03-12 23:02:39 -0700
committerKevin Stolp2024-03-12 23:02:39 -0700
commit639cccaf601378bbe6c4d36823ed7c97f2a97a02 (patch)
tree0d1ee38d8ddbc9a55b6fb30f5509dd646586ac13
parent8598fca3c8e0cedc052bdae3ded106b50272021c (diff)
downloadaur-639cccaf601378bbe6c4d36823ed7c97f2a97a02.tar.gz
v1.112.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0c315f880a7..12ff645f2e8f 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.111.0
+ pkgver = 1.112.0
pkgrel = 1
url = https://github.com/aws/aws-sam-cli
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = aws-sam-cli-bin
optdepends = docker
provides = aws-sam-cli
conflicts = aws-sam-cli
- source = aws-sam-cli-linux-1.111.0-x86_64.zip::https://github.com/aws/aws-sam-cli/releases/download/v1.111.0/aws-sam-cli-linux-x86_64.zip
- sha256sums = 0d5bcb51320f19974d2f2c7d2ad4a61bc93da9e32c535b0eeebf0b65bfbb1e1e
+ source = aws-sam-cli-linux-1.112.0-x86_64.zip::https://github.com/aws/aws-sam-cli/releases/download/v1.112.0/aws-sam-cli-linux-x86_64.zip
+ sha256sums = f5b24acb061f2b9539da9d63065223849b2fdd3687ee31ba4b553f139354c6e8
pkgname = aws-sam-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6f39986a8e16..b029c20ee026 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.111.0
+pkgver=1.112.0
pkgrel=1
pkgdesc="CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM"
arch=("x86_64")
@@ -12,7 +12,7 @@ optdepends=("docker")
provides=("aws-sam-cli")
conflicts=("aws-sam-cli")
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=("0d5bcb51320f19974d2f2c7d2ad4a61bc93da9e32c535b0eeebf0b65bfbb1e1e")
+sha256sums=("f5b24acb061f2b9539da9d63065223849b2fdd3687ee31ba4b553f139354c6e8")
_remove_pkgdir_from_link() {
local current_target="$(readlink "$1")"