upgpkg(aws-cdk): 2.79.0

This commit is contained in:
MedzikUserBot 2023-05-10 18:22:31 +00:00
parent ac88347748
commit 051c4f4c5e
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.78.0"
pkgver="2.79.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=('7485bb2262a46fa76710b057304258be1525be1d693807862e5a2fc589bc468f')
sha256sums=('a4e1997bb39ad1de383522f40cc6046f906c8d8163a676767abe3997b00e1724')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"