summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Gysin2020-11-25 09:11:35 +0200
committerChristoph Gysin2020-11-25 09:11:35 +0200
commitb1d6fd6496278b1a49a419e375eb8728a8bc5370 (patch)
treef1794e5e009105364142c10e7a11e99dd5080f28 /PKGBUILD
parent10b35e4e186f6773de1398df6a08b6a9a996ae0c (diff)
downloadaur-b1d6fd6496278b1a49a419e375eb8728a8bc5370.tar.gz
Update to 1.75.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c57a57e2f1f..f064989730db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christoph Gysin <christoph.gysin@gmail.com>
pkgname=(aws-cdk nodejs-aws-cdk)
-pkgver=1.74.0
+pkgver=1.75.0
pkgrel=1
pkgdesc="CDK Toolkit, the command line tool for CDK apps"
arch=(any)
@@ -9,7 +9,7 @@ url="https://github.com/awslabs/aws-cdk#readme"
license=('Apache')
makedepends=('npm')
source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-sha1sums=('d049631ea578a8b75244b13a3028134ebb56add2')
+sha1sums=('7d9d1c03abebbd0e4cb8e6fd2dc53c8d52696b3c')
package_aws-cdk() {
depends=('nodejs')