upgpkg(aws-cdk): 2.47.0

This commit is contained in:
MedzikUserBot 2022-10-20 15:26:19 +00:00
parent 82150a85d2
commit e876f65397
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.46.0"
pkgver="2.47.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=('25b9c8860c61a9e46e3d5359cfd88f437fd45c3f9934a2f19e53de1bc28075c2')
sha256sums=('c3b5aaa7d433aad4efdf93f71b86381f831a721b5c046309accbd0892c0e5297')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"