From cd7d9bfbb0a5eb8bc3fdf572d4d435fd6f81b544 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 22 Sep 2021 01:07:34 -0700 Subject: [PATCH] sass: Update to version 1.42.1 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 2ccf6ab07b..42b889ac50 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.42.0", + "version": "1.42.1", "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.42.0/dart-sass-1.42.0-windows-x64.zip", - "hash": "32356ec066b32250c6f51dffc885991bce1e62861ae864879aff4b06fbab48ac" + "url": "https://github.com/sass/dart-sass/releases/download/1.42.1/dart-sass-1.42.1-windows-x64.zip", + "hash": "8fd04ba17727913829d0fa7a1de13ad7622120995f8af44e5336b599782be7e1" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.42.0/dart-sass-1.42.0-windows-ia32.zip", - "hash": "37ee38d2367e591b814512119eaaf9c4dc5802b177a7509f967e5eaef5d84f0e" + "url": "https://github.com/sass/dart-sass/releases/download/1.42.1/dart-sass-1.42.1-windows-ia32.zip", + "hash": "2732632d6105207c8c96fadee69225266f1b9933bafa9ed182aabe83bd7ce475" } }, "extract_dir": "dart-sass",