upgpkg(aws-cdk): 2.66.1

This commit is contained in:
MedzikUserBot 2023-02-24 15:15:47 +00:00
parent 66f760e5e0
commit e6a1b2d14f
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.66.0"
pkgver="2.66.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=('b9e059aa6b99c21a6a56ff31522080c3e79e75daa2cdde33dc60535698c9ca1a')
sha256sums=('fde67b7e93a8c0ef81b6ff1acb6b0eda37ae0509f966e72b8b92edf02dc67ebf')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"