summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Gysin2021-05-19 16:06:24 +0300
committerChristoph Gysin2021-05-19 16:06:24 +0300
commit095856dde93bd43a7dcdd3658c3954456e580842 (patch)
treedde18c2cf819dfd85e07c46b4ad1969693b69652
parent9d1fa1fdbd35e81f65870bc8a82e29500ee9f0e6 (diff)
downloadaur-095856dde93bd43a7dcdd3658c3954456e580842.tar.gz
Update to 1.105.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4886367349d..8c5404ba9894 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aws-cdk
pkgdesc = CDK Toolkit, the command line tool for CDK apps
- pkgver = 1.104.0
+ pkgver = 1.105.0
pkgrel = 1
url = https://github.com/awslabs/aws-cdk#readme
arch = any
@@ -8,8 +8,8 @@ pkgbase = aws-cdk
makedepends = npm
depends = nodejs
optdepends = python: python language support
- source = http://registry.npmjs.org/aws-cdk/-/aws-cdk-1.104.0.tgz
- sha1sums = b1a5a1f5c2796b2f61efa7699aeaab03305d3661
+ source = http://registry.npmjs.org/aws-cdk/-/aws-cdk-1.105.0.tgz
+ sha1sums = aef5d5fe8aaf8cfed8c9aa56b1a071edfeeb1876
pkgname = aws-cdk
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/"