summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Gysin2020-11-11 21:14:40 +0200
committerChristoph Gysin2020-11-11 21:14:40 +0200
commit2f35c9d5a05daad287158785cbd860bad9cf2eee (patch)
tree8e06211e9eb54a63066057d8c1fb0528939336af /PKGBUILD
parent81287775aa64bacd899d322123ede65f30411fce (diff)
downloadaur-2f35c9d5a05daad287158785cbd860bad9cf2eee.tar.gz
Update to 1.73.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 57424905debc..64ea51fe645c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christoph Gysin <christoph.gysin@gmail.com>
pkgname=(aws-cdk nodejs-aws-cdk)
-pkgver=1.72.0
+pkgver=1.73.0
pkgrel=1
pkgdesc="CDK Toolkit, the command line tool for CDK apps"
arch=(any)
@@ -9,7 +9,7 @@ url="https://github.com/awslabs/aws-cdk#readme"
license=('Apache')
makedepends=('npm')
source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-sha1sums=('2eb44d01f91d6bc71d2690f2b550a9e463a35470')
+sha1sums=('c13e3b522279c1ba7adcf414ab826282c1280ebb')
package_aws-cdk() {
depends=('nodejs')