mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/aws-cdk: Updated for version 2.148.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8a325d6c9d
commit
d91e3da1ff
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=aws-cdk
|
||||
VERSION=${VERSION:-2.147.3}
|
||||
VERSION=${VERSION:-2.148.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="aws-cdk"
|
||||
VERSION="2.147.3"
|
||||
VERSION="2.148.0"
|
||||
HOMEPAGE="https://github.com/aws/aws-cdk"
|
||||
DOWNLOAD="https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.147.3.tgz"
|
||||
MD5SUM="1bdbd612427c16c54a19640aafcff0be"
|
||||
DOWNLOAD="https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.148.0.tgz"
|
||||
MD5SUM="9afbed8569b189e54d4515976eb314f1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="nodejs awscli"
|
||||
|
|
Loading…
Reference in a new issue