From b78489b8553a2a6b3614cc84a36d69d3c4e9ba72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 15 Sep 2021 04:12:46 -0700 Subject: [PATCH] sass: Update to version 1.41.0 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 265234bbf0..8e543a5389 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.40.1", + "version": "1.41.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.40.1/dart-sass-1.40.1-windows-x64.zip", - "hash": "5344e00f9553fe7788aa2fb99ae4cfdd56d40695bb52e4be7de5edace2574a5c" + "url": "https://github.com/sass/dart-sass/releases/download/1.41.0/dart-sass-1.41.0-windows-x64.zip", + "hash": "6081c86125aa32754ebb0c7e1a1bcb55fedff91e2fed83d78307931ad3fe4adf" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.40.1/dart-sass-1.40.1-windows-ia32.zip", - "hash": "4acdaffb5d52f4312851f4be7082f4d8927eb36a6b47a963764d44123a0d8cd0" + "url": "https://github.com/sass/dart-sass/releases/download/1.41.0/dart-sass-1.41.0-windows-ia32.zip", + "hash": "4ac50388ebf36075b4f8a86ffb643ccbc67181654f8e61929fac45267c22ef9f" } }, "extract_dir": "dart-sass",