diff options
author | Mike Javorski | 2023-02-23 14:37:45 -0800 |
---|---|---|
committer | Mike Javorski | 2023-02-23 14:37:45 -0800 |
commit | 36f8fa8c18fcbad00229916a7077cfcaa163a291 (patch) | |
tree | d1085d64dd174a81f46263264e5f09126ff9d502 | |
parent | 6afc85972eece59f01716733df25c549903630d3 (diff) | |
download | aur-36f8fa8c18fcbad00229916a7077cfcaa163a291.tar.gz |
Update to latest version 1.74.0
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = aws-sam-cli pkgdesc = CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM - pkgver = 1.72.0 + pkgver = 1.74.0 pkgrel = 1 url = https://github.com/aws/aws-sam-cli arch = any @@ -27,7 +27,7 @@ pkgbase = aws-sam-cli depends = python-ruamel-yaml depends = python-cfn-lint options = !emptydirs - source = https://files.pythonhosted.org/packages/source/a/aws-sam-cli/aws-sam-cli-1.72.0.tar.gz - sha256sums = a26837ed8cdd846db2090029fd81e02b80ff7edc7f54267304808cc923005171 + source = https://files.pythonhosted.org/packages/source/a/aws-sam-cli/aws-sam-cli-1.74.0.tar.gz + sha256sums = 86e77f74d0b3d2b7057e58020a090832c8757d8e1cd34ab2968144d571fb500b pkgname = aws-sam-cli @@ -2,7 +2,7 @@ # Contributor: Aaron Miller <aaronm@cldtk.com> pkgname=aws-sam-cli -pkgver=1.72.0 +pkgver=1.74.0 pkgrel=1 pkgdesc='CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM' arch=('any') @@ -15,7 +15,7 @@ depends=('docker' 'python-chevron' 'python-click' 'python-flask' 'python-boto3' makedepends=('python-setuptools') options=(!emptydirs) source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz") -sha256sums=('a26837ed8cdd846db2090029fd81e02b80ff7edc7f54267304808cc923005171') +sha256sums=('86e77f74d0b3d2b7057e58020a090832c8757d8e1cd34ab2968144d571fb500b') package() { cd "$pkgname-$pkgver" |