upgpkg(aws-cdk): 2.49.1

This commit is contained in:
MedzikUserBot 2022-11-01 02:06:08 +00:00
parent 9ab7051f59
commit 675860a2a4
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.49.0"
pkgver="2.49.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=('48605c91ba69824db631bb0beb28f766ef33a3ebf6e5f10b0bf6f79c44994dbb')
sha256sums=('33b44f6b1714f835b5907c965f8038aedd058804bd60513804dcb4548ec50369')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"