summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67f6db796c04..7394b9d4f989 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=aws-cdk
pkgname=aws-cdk-v1
-pkgver=1.200.0
+pkgver=1.201.0
pkgrel=1
pkgdesc="CDK Toolkit, the command line tool for CDK apps"
arch=(any)
@@ -14,7 +14,7 @@ makedepends=('npm')
depends=('nodejs')
optdepends=('python: python language support')
source=(http://registry.npmjs.org/$_pkgname/-/$_pkgname-$pkgver.tgz)
-sha1sums=('4d318310ff2eae39586b74c53f1337857b0d6243')
+sha1sums=('2ef02c3d19c7a61ba6194985e6411f9fc126abf9')
package() {
local _npmdir="$pkgdir/usr/lib/node_modules/"