upgpkg(aws-cdk): 2.37.1

This commit is contained in:
MedzikUserBot 2022-08-10 22:18:09 +00:00
parent b27bca76e1
commit 2351991013
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.37.0"
pkgver="2.37.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=('8667a7b012f2b83bc7fc96358d984480d4b7966032d9cd182bf8758de24f214b')
sha256sums=('c56310f4d3798eb6acdc36ad52a7afe48732a302427dc10622c70772df54e9dd')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"