summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Gysin2023-03-13 21:44:16 +0200
committerChristoph Gysin2023-03-13 21:44:16 +0200
commitb563dfc62587b327cbd500bddd2def2ecb2449ed (patch)
tree833f82f1b8b5f197139a68adcfa3f4032844f3f7 /PKGBUILD
parentb3f85e895efdbfa679a8974d9e88793647a0d7fb (diff)
downloadaur-b563dfc62587b327cbd500bddd2def2ecb2449ed.tar.gz
Update to 2.68.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c8a7c7fcbe75..fd05bc9bb2d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christoph Gysin <christoph.gysin@gmail.com>
pkgname=aws-cdk
-pkgver=2.67.0
+pkgver=2.68.0
pkgrel=1
pkgdesc="CDK Toolkit, the command line tool for CDK apps"
arch=(any)
@@ -11,7 +11,7 @@ makedepends=('npm')
depends=('nodejs')
optdepends=('python: python language support')
source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-sha1sums=('79c36c0f53cc27ab7375e1c6f541ec839b91adac')
+sha1sums=('30490bb1ff6b87bebd8a431e6c74336c69964618')
package() {
local _npmdir="$pkgdir/usr/lib/node_modules/"