upgpkg(aws-cdk): 2.52.1

This commit is contained in:
MedzikUserBot 2022-11-29 02:52:54 +00:00
parent b055746672
commit 6a4923cdcc
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.52.0"
pkgver="2.52.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=('e2201f30e34db178145670d3fd9f9175211c0e7f6ade43bcafddedf7330d0665')
sha256sums=('f646f872b704ab38f382ebca66b87619eb032975c4d055bd7e524b1b7244e8aa')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"