upgpkg(aws-cdk): 2.42.0

This commit is contained in:
MedzikUserBot 2022-09-16 19:18:28 +00:00
parent 5679ed133e
commit 7f2a0fe822
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.41.0"
pkgver="2.42.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=('0e9939a2f800593899dceb10cb65cbdc5fc46faad41a1d0b29a63047537f27bd')
sha256sums=('1efc070e0f67c3436a6f9c383e51d98540656186c06d4e104371746ece8f89cd')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"