upgpkg(aws-cdk): 2.59.0

This commit is contained in:
MedzikUserBot 2023-01-03 17:13:58 +00:00
parent 695abddc75
commit 2516fa13b0
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.58.1"
pkgver="2.59.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=('1e8fee22bcfe6713a5745092faaccf803a27ad1a15de90e64d45b866e334f4d4')
sha256sums=('d8a83b61f22893e85cccac3b5bddf058eef368f5c0e89ba897b9563c4d2bd2c0')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"