summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Gysin2021-04-21 09:49:42 +0300
committerChristoph Gysin2021-04-21 09:49:42 +0300
commite38101a00a3aa991096d05860d0f11a07ef8a0b1 (patch)
tree5a7796b00b73993eed53da537a38c2444e474b99 /PKGBUILD
parent7ef5b412650d8a468a2ac04e1558dc9dfaabf82d (diff)
downloadaur-e38101a00a3aa991096d05860d0f11a07ef8a0b1.tar.gz
Update to 1.100.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 798de5b0c0f1..1431b680d091 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christoph Gysin <christoph.gysin@gmail.com>
pkgname=aws-cdk
-pkgver=1.99.0
+pkgver=1.100.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=('e23c63bc530605fa827ec18f05bf709eb491b2e0')
+sha1sums=('cdfcec53efa44921edf595cc4c6b47132abf021c')
package() {
local _npmdir="$pkgdir/usr/lib/node_modules/"