upgpkg(aws-cdk): 2.39.0

This commit is contained in:
MedzikUserBot 2022-08-25 22:18:51 +00:00
parent 7523d9ec38
commit 225f7affca
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.38.1"
pkgver="2.39.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=('5cf3484a83867755f2b6a8034c921100a45725746295dd0f943b7f82e7cddfb6')
sha256sums=('ae990dc06719fa5593131a50e0e836520b9214bb2ab3deeb0758d806c66a859b')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"