From 8a17b3644ca38543629f6b0a56964fce70f49c09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 13 Sep 2021 23:28:34 -0700 Subject: [PATCH] sass: Update to version 1.40.0 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index c556c8552a..6ca7218c8e 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.39.2", + "version": "1.40.0", "description": "The primary implementation of Sass, written in Dart.", "homepage": "https://sass-lang.com/dart-sass", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.39.2/dart-sass-1.39.2-windows-x64.zip", - "hash": "ffbaeb80c6e30f0b0d3c268cd7a54daa64ed4426621113675790846a96b0d7b4" + "url": "https://github.com/sass/dart-sass/releases/download/1.40.0/dart-sass-1.40.0-windows-x64.zip", + "hash": "73033722987e568d1c8ba3ab99ca07dee2642fd80aa3986e43623471c3bc6635" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.39.2/dart-sass-1.39.2-windows-ia32.zip", - "hash": "11675aa96987d694a708ebdf7f7e22716dadb9acddac2d2e395d0e9e865e61b5" + "url": "https://github.com/sass/dart-sass/releases/download/1.40.0/dart-sass-1.40.0-windows-ia32.zip", + "hash": "0ba6283c157d2c4d2bb3fe8db18bc705bbd5e6ab2225c63afef871d97139f04d" } }, "extract_dir": "dart-sass",