summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Gysin2021-01-01 15:27:01 +0200
committerChristoph Gysin2021-01-01 15:27:01 +0200
commitf813123c56f9eeb046c0fdfe120a54a1e470678d (patch)
treef4f04945dc4414afed3e1f7cdeb1013905a4c3cf /PKGBUILD
parentd64101ead2564ce42e727e77847a0875a150b428 (diff)
downloadaur-f813123c56f9eeb046c0fdfe120a54a1e470678d.tar.gz
Update to 1.81.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 37cf41ab5587..37e03fb595f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christoph Gysin <christoph.gysin@gmail.com>
pkgname=aws-cdk
-pkgver=1.80.0
+pkgver=1.81.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=('6d70cbdbc0546bab5411fa6b4250d262753312e6')
+sha1sums=('17a4ca0e3233fa5aad76911fbdd4954335ef466e')
package() {
local _npmdir="$pkgdir/usr/lib/node_modules/"