upgpkg(aws-cdk): 2.51.1

This commit is contained in:
MedzikUserBot 2022-11-19 01:36:42 +00:00
parent 80a8981fb5
commit 0e84165569
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.51.0"
pkgver="2.51.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=('fb86fe3a39ce7cba9dd8b2a3dccba8941d204f900b04eb81623c3b9cf03b8ff2')
sha256sums=('84911bb3b3e5f33d82bd17c2c4c6ce8227243846467ab8d432e888353d70e489')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"