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