upgpkg: 'aws-cdk' to '2.28.0'

This commit is contained in:
MedzikUserBot 2022-06-14 14:15:26 +00:00
parent ea0725ed76
commit 7d7fdb2345
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.27.0"
pkgver="2.28.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=('0b8213d2bdde788a802f4c59849fe48ef1f6427456cd3b1b7f7599c6bab6eea8')
sha256sums=('79a794a32e66ab0023210620f75480f9a565bae9b39f544d396ea65815aa0f79')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"