summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Gysin2020-12-07 16:45:47 +0200
committerChristoph Gysin2020-12-07 16:45:47 +0200
commitdba12da19468647b463933f4ab454811275a9b54 (patch)
treea4610cba4f5329e02c60ac6d6075041dad95c6cb /PKGBUILD
parent9a6fae5861f8cee9a9964f6d4968d67bed0bc35a (diff)
downloadaur-dba12da19468647b463933f4ab454811275a9b54.tar.gz
Update to 1.77.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fabfc4b5afbf..2bb675d56fd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christoph Gysin <christoph.gysin@gmail.com>
pkgname=aws-cdk
-pkgver=1.76.0
+pkgver=1.77.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=('f1b5fa42066dbf5d957cd7d3a216a76c8745e71e')
+sha1sums=('81917461d530b6f9093e24c0e5f24eae991a0588')
package() {
local _npmdir="$pkgdir/usr/lib/node_modules/"