development/aws-cdk: Updated for version 2.114.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a1452cfb79
commit
ab032a15a4
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=aws-cdk
|
||||
VERSION=${VERSION:-2.113.0}
|
||||
VERSION=${VERSION:-2.114.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="aws-cdk"
|
||||
VERSION="2.113.0"
|
||||
VERSION="2.114.1"
|
||||
HOMEPAGE="https://github.com/aws/aws-cdk"
|
||||
DOWNLOAD="https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.113.0.tgz"
|
||||
MD5SUM="439703b16a6ef061d7ea883dc505e55b"
|
||||
DOWNLOAD="https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.114.1.tgz"
|
||||
MD5SUM="f2e3a43fc94b1ac982f88fa7c99ace6a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="nodejs awscli"
|
||||
|
|
Loading…
Reference in New Issue