upgpkg: 'aws-cdk' to '2.27.0'

This commit is contained in:
MedzikUserBot 2022-06-03 03:12:11 +00:00
parent ce8d473a0d
commit 5322497efa
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.26.0"
pkgver="2.27.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=('29f35bd3d775393de40a0b962c23d6dae299dc1cd4a65bc0df5418caccc52a4d')
sha256sums=('0b8213d2bdde788a802f4c59849fe48ef1f6427456cd3b1b7f7599c6bab6eea8')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"