upgpkg(aws-cdk): 2.37.0

This commit is contained in:
MedzikUserBot 2022-08-09 22:17:59 +00:00
parent 427d1a91d9
commit 3e10baefa7
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.36.0"
pkgver="2.37.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=('79a8a4906e99c7d375358c228ad7904a8a84814a5b6a7056acbbac09bbc1f1c2')
sha256sums=('8667a7b012f2b83bc7fc96358d984480d4b7966032d9cd182bf8758de24f214b')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"