upgpkg(aws-cdk): 2.62.1

This commit is contained in:
MedzikUserBot 2023-01-26 17:14:46 +00:00
parent 50c5a4d898
commit 88a33b3cc7
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.0"
pkgver="2.62.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=('3ebd3cf848418195cf545813ee6dab7410bb2e6204e8a9d425a4e00d81a64809')
sha256sums=('e95ec9c0919a1c081b65611ea1ce99eb0ecd829c9cabf2716e49fe1e406fd459')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"