upgpkg(aws-cdk): 2.63.2

This commit is contained in:
MedzikUserBot 2023-02-04 23:14:57 +00:00
parent 1b6cd3027c
commit 2b6c4e067a
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.1"
pkgver="2.63.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=('0de2953af684ad4feefa47394c4da0196c632a819c19e535a51f885809426196')
sha256sums=('5f3860e3984fb217935f5ba27442f591cdefce3975cde7f6f06a8a7cc0ac1992')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"