upgpkg: 'aws-cdk' to '2.26.0'

This commit is contained in:
MedzikUserBot 2022-05-30 21:16:50 +00:00
parent bf6b12266d
commit 1c4cd9a5d3
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.25.0"
pkgver="2.26.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=('SKIP')
sha256sums=('29f35bd3d775393de40a0b962c23d6dae299dc1cd4a65bc0df5418caccc52a4d')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"