summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Gysin2023-06-02 09:36:48 +0300
committerChristoph Gysin2023-06-02 09:36:48 +0300
commite2ded62d9d5f035fe36a1a9c645dd7ab9077de75 (patch)
tree795387275b8bde655a0eaf2c37c3038452abc655 /PKGBUILD
parent0aed7ed0931fea842990d991d2f45d84d7fb6255 (diff)
downloadaur-aws-cdk-v1.tar.gz
Update to 1.203.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bed2118305de..618b63040a6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=aws-cdk
pkgname=aws-cdk-v1
-pkgver=1.202.0
+pkgver=1.203.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=('0eb816c9f61bff1b4f451ad9fcfb34583cc5f9a5')
+sha1sums=('0c6e8ff0d081fdb94c46585181d9742326a10e37')
package() {
local _npmdir="$pkgdir/usr/lib/node_modules/"