upgpkg(aws-cdk): 2.55.1

This commit is contained in:
MedzikUserBot 2022-12-16 03:16:48 +00:00
parent 8aefcf5a6c
commit c0afd9957d
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.55.0"
pkgver="2.55.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=('14d7f15a516ccd947eabff97f540a30412224a9d8b5ea9d4306835cf7319c40f')
sha256sums=('d69e052a8c5f9ab39f02b05ea2f2fd3a0f36644aeb5b6e584e532711216f62fd')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"