upgpkg(aws-cdk): 2.58.1

This commit is contained in:
MedzikUserBot 2022-12-30 14:13:26 +00:00
parent 93b56c1b3c
commit 86ee19b2ff
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.0"
pkgver="2.58.1"
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=('6fa59c41fd56c84ee3a9bb1d0b749206064924e71d390aab26645eaf71823bdb')
sha256sums=('1e8fee22bcfe6713a5745092faaccf803a27ad1a15de90e64d45b866e334f4d4')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"