summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Gysin2021-05-19 16:06:24 +0300
committerChristoph Gysin2021-05-19 16:06:24 +0300
commit095856dde93bd43a7dcdd3658c3954456e580842 (patch)
treedde18c2cf819dfd85e07c46b4ad1969693b69652 /PKGBUILD
parent9d1fa1fdbd35e81f65870bc8a82e29500ee9f0e6 (diff)
downloadaur-095856dde93bd43a7dcdd3658c3954456e580842.tar.gz
Update to 1.105.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0ced3b0c8b19..817881dfb345 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christoph Gysin <christoph.gysin@gmail.com>
pkgname=aws-cdk
-pkgver=1.104.0
+pkgver=1.105.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=('b1a5a1f5c2796b2f61efa7699aeaab03305d3661')
+sha1sums=('aef5d5fe8aaf8cfed8c9aa56b1a071edfeeb1876')
package() {
local _npmdir="$pkgdir/usr/lib/node_modules/"