upgpkg(aws-cdk): 2.68.0

This commit is contained in:
MedzikUserBot 2023-03-08 17:15:45 +00:00
parent 6ea24133d9
commit 77633d0c48
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.67.0"
pkgver="2.68.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=('23fd01b28d945eb6af155a12e171f2d96de41e2187d29a459baa4081fe8af941')
sha256sums=('ec28b6c5b70e0d2bc128e6315c8875926c01a52b0540faee7d919319503b5fa6')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"