summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Gysin2022-02-19 13:57:48 +0200
committerChristoph Gysin2022-02-19 13:57:48 +0200
commita2f800d52cea247b93f488199b8874a26f180914 (patch)
tree5ed4f655387703d3b8accc466c739f49ef399ffb
parentea78e2b220775c836d6f7717a0a3da62f6879142 (diff)
downloadaur-a2f800d52cea247b93f488199b8874a26f180914.tar.gz
Update to 1.145.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78575af1ee5a..02ed84e55735 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aws-cdk-v1
pkgdesc = CDK Toolkit, the command line tool for CDK apps
- pkgver = 1.144.0
+ pkgver = 1.145.0
pkgrel = 1
url = https://github.com/awslabs/aws-cdk#readme
arch = any
@@ -10,7 +10,7 @@ pkgbase = aws-cdk-v1
optdepends = python: python language support
provides = aws-cdk
conflicts = aws-cdk
- source = http://registry.npmjs.org/aws-cdk/-/aws-cdk-1.144.0.tgz
- sha1sums = 778ef51330f6a5c1a81e21a73e8102d78b10f5c1
+ source = http://registry.npmjs.org/aws-cdk/-/aws-cdk-1.145.0.tgz
+ sha1sums = af7423483783779b9171316542c24214cd6a4075
pkgname = aws-cdk-v1
diff --git a/PKGBUILD b/PKGBUILD
index 81a1cafd93b1..b44e8d32a04f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=aws-cdk
pkgname=aws-cdk-v1
-pkgver=1.144.0
+pkgver=1.145.0
pkgrel=1
pkgdesc="CDK Toolkit, the command line tool for CDK apps"
arch=(any)
@@ -14,7 +14,7 @@ makedepends=('npm')
depends=('nodejs')
optdepends=('python: python language support')
source=(http://registry.npmjs.org/$_pkgname/-/$_pkgname-$pkgver.tgz)
-sha1sums=('778ef51330f6a5c1a81e21a73e8102d78b10f5c1')
+sha1sums=('af7423483783779b9171316542c24214cd6a4075')
package() {
local _npmdir="$pkgdir/usr/lib/node_modules/"