upgpkg(aws-cdk): 2.31.2

This commit is contained in:
MedzikUserBot 2022-07-14 01:52:24 +00:00
parent 9a4845ef87
commit ee5c04d2dc
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.31.1"
pkgver="2.31.2"
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=('ad456a4c8a4a05b8ba9ceb1d53e5470f7873f4cc52980b49f2b6f83e0bd8edf4')
sha256sums=('e13954f93565d804d1e1c3085f5161848d8d8923f17a5704fdb81474351c1126')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"