summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Gysin2021-07-09 18:58:44 +0300
committerChristoph Gysin2021-07-09 18:58:44 +0300
commit7d3d47abfa26da0d30b242df462bed19356deeb4 (patch)
tree2dc216506014c0b75fd44e42c9f33f7bfa019261 /PKGBUILD
parent8c581d732f8bd950062ed5e491ba4e80818b10f7 (diff)
downloadaur-7d3d47abfa26da0d30b242df462bed19356deeb4.tar.gz
Update to 1.111.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 966574dcf7a3..be8a09a285f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christoph Gysin <christoph.gysin@gmail.com>
pkgname=aws-cdk
-pkgver=1.109.0
+pkgver=1.111.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=('d69fd0898239b4a76561ec29eb10b60c090a5373')
+sha1sums=('d880747b9ddd7d23af0f39b1b77183457d71b646')
package() {
local _npmdir="$pkgdir/usr/lib/node_modules/"