upgpkg(aws-cdk): 2.32.1

This commit is contained in:
MedzikUserBot 2022-07-16 04:29:41 +00:00
parent 481b9c0385
commit fd18ba03a6
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.32.0"
pkgver="2.32.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=('0ffbbfe467e10c14863c33d855cae1170f00234211fd798ef72e5083a20744a8')
sha256sums=('fbda709c3e7332ea238f52058323b2f6f34d57728b3acb132f46dc9913a4146e')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"