summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Gysin2020-12-02 12:46:49 +0200
committerChristoph Gysin2020-12-02 12:46:49 +0200
commit9a6fae5861f8cee9a9964f6d4968d67bed0bc35a (patch)
tree892a9124202958d073820d327d7c7afb75207404 /PKGBUILD
parentda06957f6896e03c367c9e998abf6587be7e0a12 (diff)
downloadaur-9a6fae5861f8cee9a9964f6d4968d67bed0bc35a.tar.gz
Update to 1.76.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 882dafcd3ede..fabfc4b5afbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christoph Gysin <christoph.gysin@gmail.com>
pkgname=aws-cdk
-pkgver=1.75.0
+pkgver=1.76.0
pkgrel=1
pkgdesc="CDK Toolkit, the command line tool for CDK apps"
arch=(any)
@@ -11,7 +11,7 @@ makedepends=('npm')
depends=('nodejs')
optdepends=('python: python language support')
source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-sha1sums=('7d9d1c03abebbd0e4cb8e6fd2dc53c8d52696b3c')
+sha1sums=('f1b5fa42066dbf5d957cd7d3a216a76c8745e71e')
package() {
local _npmdir="$pkgdir/usr/lib/node_modules/"