summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Gysin2021-02-20 10:02:00 +0200
committerChristoph Gysin2021-02-20 10:02:00 +0200
commitafe55bc0d3d79845bacfabe5c60debf8b328920c (patch)
tree0ddd1ef85f4cbbddd0bcf89972fdc6a13fdb1221 /PKGBUILD
parentabe491540e8ff8535b7a3581cd3bf0aca5a29a9e (diff)
downloadaur-afe55bc0d3d79845bacfabe5c60debf8b328920c.tar.gz
Update to 1.90.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9037c9de3ae8..cca47d251766 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christoph Gysin <christoph.gysin@gmail.com>
pkgname=aws-cdk
-pkgver=1.90.0
+pkgver=1.90.1
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=('9a69121219abc9a7eaec6782d6a4f46f7fa39d42')
+sha1sums=('3c426ed5267365c8188e723172d7fb7b7f836a88')
package() {
local _npmdir="$pkgdir/usr/lib/node_modules/"