upgpkg(aws-cdk): 2.63.0

This commit is contained in:
MedzikUserBot 2023-01-31 22:14:45 +00:00
parent 9aad759eec
commit 570926ba07
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.62.2"
pkgver="2.63.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=('a81506720677995c884f49d1f9e84247c4dc2f6d4ae9f41dc58ead6556ea64b5')
sha256sums=('f4f7cdb419abf4fc210bb3aaaed6abdb546678db4680e6f4bb703af32134222d')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"