From 2780113550cd2f03a05d7999efe8e5194f5073ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 6 Oct 2021 00:02:20 -0700 Subject: [PATCH] sass: Update to version 1.43.1 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 42b889ac50..7767b804dd 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.42.1", + "version": "1.43.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.1/dart-sass-1.42.1-windows-x64.zip", - "hash": "8fd04ba17727913829d0fa7a1de13ad7622120995f8af44e5336b599782be7e1" + "url": "https://github.com/sass/dart-sass/releases/download/1.43.1/dart-sass-1.43.1-windows-x64.zip", + "hash": "519251462fb3025095cb4d45d1e83e71b3647971b8283d490f524a5f07c5425f" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.42.1/dart-sass-1.42.1-windows-ia32.zip", - "hash": "2732632d6105207c8c96fadee69225266f1b9933bafa9ed182aabe83bd7ce475" + "url": "https://github.com/sass/dart-sass/releases/download/1.43.1/dart-sass-1.43.1-windows-ia32.zip", + "hash": "3f75d973e784262947e6545254ce9b49013cc77806924ac7efe516c6a0d89343" } }, "extract_dir": "dart-sass",