upgpkg(aws-cdk): 2.54.0

This commit is contained in:
MedzikUserBot 2022-12-07 19:13:22 +00:00
parent 74f1ad47bf
commit e42343a88c
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Maintainer: MedzikUser <nivua1fn@duck.com>
pkgname='aws-cdk'
pkgver="2.53.0"
pkgver="2.54.0"
pkgrel=1
pkgdesc='CDK Toolkit, the command line tool for CDK app'
arch=('any')
@ -11,7 +11,7 @@ makedepends=('npm')
_file="${pkgname}-${pkgver}.tgz"
source=("https://registry.npmjs.org/${pkgname}/-/${_file}")
noextract=("${_file}")
sha256sums=('6ac070af25a50711d69c2e263f98e149b707d6e2c58bfe5b294288423bb7bb87')
sha256sums=('e9fdc2954543fadb88aa18d0ef0a3007f1ab33fc691111aec7bb11f78f0cf9a6')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"