summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Gysin2021-01-21 21:35:13 +0200
committerChristoph Gysin2021-01-21 21:35:13 +0200
commit5278a30b5166fc8e768286d84701ae7deda4b06e (patch)
tree1d4d33c2d30115bacc98eb3989f60917757e78a7 /PKGBUILD
parent78dac2e5d86dd5f935dd382ee0f8442f74d58358 (diff)
downloadaur-5278a30b5166fc8e768286d84701ae7deda4b06e.tar.gz
Update to 1.86.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e173f3879b9c..ffddfc88d256 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christoph Gysin <christoph.gysin@gmail.com>
pkgname=aws-cdk
-pkgver=1.85.0
+pkgver=1.86.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=('fdcfab30a9fbb63475ed387191ccab69db9c9335')
+sha1sums=('f9772378be2f2609c65302b80c36dc1d67dec570')
package() {
local _npmdir="$pkgdir/usr/lib/node_modules/"