summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Gysin2021-01-30 12:14:34 +0200
committerChristoph Gysin2021-01-30 12:14:34 +0200
commit0cd3107a199e38d377273fdc006e693a8537afb8 (patch)
tree90842df0346b9582b89d75adc4b222b7301bc8b8 /PKGBUILD
parent86657a4c19105ae4502c99ce5ec3ec5f882d3148 (diff)
downloadaur-0cd3107a199e38d377273fdc006e693a8537afb8.tar.gz
Update to 1.87.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54ee78d32aa4..43e53f1759ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christoph Gysin <christoph.gysin@gmail.com>
pkgname=aws-cdk
-pkgver=1.87.0
+pkgver=1.87.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=('84d8de5c913f7976052350485b7f7ffe5e76e2b8')
+sha1sums=('c653330790d222f937d737ecf2d4fc7c6ec2d173')
package() {
local _npmdir="$pkgdir/usr/lib/node_modules/"