summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Gysin2021-02-09 22:10:13 +0200
committerChristoph Gysin2021-02-09 22:10:13 +0200
commitecfd035ceb0dd7058c997c4c3178598f487cb83f (patch)
tree7885df00ce48cb1e4d7bd9ab3b0aea8ab69bdb38 /PKGBUILD
parent94fd44c3fc5b8d09199f665858fd2752044c13f3 (diff)
downloadaur-ecfd035ceb0dd7058c997c4c3178598f487cb83f.tar.gz
Update to 1.89.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0dd96f610e7a..def61341444e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christoph Gysin <christoph.gysin@gmail.com>
pkgname=aws-cdk
-pkgver=1.88.0
+pkgver=1.89.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=('2149d9a95ab443e10e586248b61b23268e2b665f')
+sha1sums=('5488d2991cd6cffdf4b723653951a775dc6b5400')
package() {
local _npmdir="$pkgdir/usr/lib/node_modules/"