upgpkg(aws-cdk): 2.45.0

This commit is contained in:
MedzikUserBot 2022-10-06 10:25:32 +00:00
parent 12d9ed29bf
commit e326141983
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.44.0"
pkgver="2.45.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=('faeca8e6ee0ad059824f23e6fc7b6b104b4e3a734821f49b6abb9ab12fec971c')
sha256sums=('6d836f21b3bd9e18bfdf2891eb0e8fbf968219114595e69644f025d773c093f5')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"