upgpkg(aws-cdk): 2.70.0

This commit is contained in:
MedzikUserBot 2023-03-22 21:12:47 +00:00
parent 60f0f361cd
commit 89e54397a6
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.69.0"
pkgver="2.70.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=('cb534b73e2960665fe252fabf6b10295e70d7cd99c1285797fc2e9a834cd7cb7')
sha256sums=('47d751f20d7866890c8c6c97b790584f49c28ed2c5f9014e3802212c483a3ccf')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"