upgpkg(aws-cdk): 2.64.0

This commit is contained in:
MedzikUserBot 2023-02-09 05:14:43 +00:00
parent 6a67e814a1
commit fbc3ff8d66
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.63.2"
pkgver="2.64.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=('5f3860e3984fb217935f5ba27442f591cdefce3975cde7f6f06a8a7cc0ac1992')
sha256sums=('27551d8eb103727c0d9d6b2bf3d7893de7a767ea2c182832bb40cb0f9c96696c')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"