upgpkg(aws-cdk): 2.31.0

This commit is contained in:
MedzikUserBot 2022-07-06 22:18:15 +00:00
parent 44b34dbe48
commit 39a73571c1
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.30.0"
pkgver="2.31.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=('d599497cbb35cbc928fda2f5eb650c3d92b4f23e002ca2ea5b741338db755ea6')
sha256sums=('723275abd29d747f16a1819255e5b55937c6a705d4b99b3968b0ca986cbc1f81')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"