development/aws-cdk: Updated for version 2.149.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2024-07-19 09:30:08 +07:00
parent f5994e9e2a
commit e8b3350796
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=aws-cdk
VERSION=${VERSION:-2.148.0}
VERSION=${VERSION:-2.149.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="aws-cdk"
VERSION="2.148.0"
VERSION="2.149.0"
HOMEPAGE="https://github.com/aws/aws-cdk"
DOWNLOAD="https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.148.0.tgz"
MD5SUM="9afbed8569b189e54d4515976eb314f1"
DOWNLOAD="https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.149.0.tgz"
MD5SUM="aa4e53840221eb716e099a401a3d86ae"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="nodejs awscli"