upgpkg(aws-cdk): 2.72.1

This commit is contained in:
MedzikUserBot 2023-03-31 16:17:47 +00:00
parent 65b98985a8
commit f2c86f2d04
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.72.0"
pkgver="2.72.1"
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=('3487ad57a09d07037020dad2d1dc8ce29b22c316a643f2921b3feea95cc8d5b9')
sha256sums=('7a094d49a5e5d91d915ae9866d7d71aebb385d84fab7f6f1387c6956c77a6e30')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"