upgpkg(aws-cdk): 2.84.0

This commit is contained in:
MedzikUserBot 2023-06-14 17:12:40 +00:00
parent 28626299d9
commit 4c17e5907e
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.83.1"
pkgver="2.84.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=('34df0f5ebc69e402583baccf5db1544714277978a78094f5d226eeb2630ab3f0')
sha256sums=('1c41a0cefe8682c79d2d061e816a61e27c0e7527892d576f865c3e5a4cbc2708')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"