upgpkg(aws-cdk): 2.41.0

This commit is contained in:
MedzikUserBot 2022-09-08 02:00:11 +00:00
parent f7b59ef9dd
commit d7dce98ae8
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.40.0"
pkgver="2.41.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=('3ebda955effba85659c609ab137f7f8deb30e75409e165c5c3bfa380e4063600')
sha256sums=('0e9939a2f800593899dceb10cb65cbdc5fc46faad41a1d0b29a63047537f27bd')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"