summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Gysin2021-02-24 10:02:40 +0200
committerChristoph Gysin2021-02-24 10:02:40 +0200
commit6da2737488faf07c6ec546195dc9249fdaa6c176 (patch)
treedb9b169d53ccd0a503b21d3586f3d82830208ad3 /PKGBUILD
parentafe55bc0d3d79845bacfabe5c60debf8b328920c (diff)
downloadaur-6da2737488faf07c6ec546195dc9249fdaa6c176.tar.gz
Update to 1.91.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cca47d251766..1d28bb5bf009 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christoph Gysin <christoph.gysin@gmail.com>
pkgname=aws-cdk
-pkgver=1.90.1
+pkgver=1.91.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=('3c426ed5267365c8188e723172d7fb7b7f836a88')
+sha1sums=('4aa6b2a2a664930cf50841ffb474ef46ca089e1c')
package() {
local _npmdir="$pkgdir/usr/lib/node_modules/"