summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Stolp2023-02-11 01:41:09 -0800
committerKevin Stolp2023-02-11 01:41:09 -0800
commitcaf4d8bacbee9976a02a541d68181ae0c115bfb8 (patch)
tree0a5ede76e5ba630a4bd81939d554668413930a07
parent46a697382a5f5c378a7cda5dd4e6d59bb897ca2f (diff)
downloadaur-caf4d8bacbee9976a02a541d68181ae0c115bfb8.tar.gz
v1.73.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61b0f99b45f7..18b2232f2057 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.72.0
+ pkgver = 1.73.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.72.0-x86_64.zip::https://github.com/aws/aws-sam-cli/releases/download/v1.72.0/aws-sam-cli-linux-x86_64.zip
- sha256sums = 727858cad133e62b686b06c67264865d8352fc468dacf6edeb8ad4a57b58b486
+ source = aws-sam-cli-linux-1.73.0-x86_64.zip::https://github.com/aws/aws-sam-cli/releases/download/v1.73.0/aws-sam-cli-linux-x86_64.zip
+ sha256sums = 24aa5893e35ce370b92b730fe163d902d248bdef4e3513eb3810bc6ff91a4efd
pkgname = aws-sam-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 70f58d6af4b5..650a85bb8e57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: aksel <aksel@akseltorgard.com>
pkgname=aws-sam-cli-bin
-pkgver=1.72.0
+pkgver=1.73.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=("727858cad133e62b686b06c67264865d8352fc468dacf6edeb8ad4a57b58b486")
+sha256sums=("24aa5893e35ce370b92b730fe163d902d248bdef4e3513eb3810bc6ff91a4efd")
_remove_pkgdir_from_link() {
local current_target="$(readlink "$1")"