upgpkg(aws-cdk): 2.62.2

This commit is contained in:
MedzikUserBot 2023-01-27 16:20:37 +00:00
parent 00446300b7
commit 1fa58890bc
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.62.1"
pkgver="2.62.2"
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=('e95ec9c0919a1c081b65611ea1ce99eb0ecd829c9cabf2716e49fe1e406fd459')
sha256sums=('a81506720677995c884f49d1f9e84247c4dc2f6d4ae9f41dc58ead6556ea64b5')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"