summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Stolp2023-03-04 02:04:44 -0800
committerKevin Stolp2023-03-04 02:04:44 -0800
commitbb715a0ffbec51911d1ae6d9f3abdf3cba8057f3 (patch)
tree6e541b542e41710e6f56dd834c572582a9a620b9
parentd7301e4dcad8bd772c3af3888939c10fca7f1bb3 (diff)
downloadaur-bb715a0ffbec51911d1ae6d9f3abdf3cba8057f3.tar.gz
v1.76.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7404211e6a12..980cadd576cb 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.75.0
+ pkgver = 1.76.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.75.0-x86_64.zip::https://github.com/aws/aws-sam-cli/releases/download/v1.75.0/aws-sam-cli-linux-x86_64.zip
- sha256sums = 482dc43b9818ac96dce1dd1d8a2c5049ba08a912f2f8f2cc66f2804410d3f591
+ source = aws-sam-cli-linux-1.76.0-x86_64.zip::https://github.com/aws/aws-sam-cli/releases/download/v1.76.0/aws-sam-cli-linux-x86_64.zip
+ sha256sums = c58c5213868216972bd7d4880f5517e76416ba4641e276432b2ec77cae994223
pkgname = aws-sam-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index ed8a0ffcdf26..23bea72be927 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.75.0
+pkgver=1.76.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=("482dc43b9818ac96dce1dd1d8a2c5049ba08a912f2f8f2cc66f2804410d3f591")
+sha256sums=("c58c5213868216972bd7d4880f5517e76416ba4641e276432b2ec77cae994223")
_remove_pkgdir_from_link() {
local current_target="$(readlink "$1")"