From ee7a882a23f9d64822d5af41a8a45c3d79090c49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 30 Dec 2020 10:04:16 +0100 Subject: [PATCH] sass: Update to version 1.32.0 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index c16822e9fb..b813165a57 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.30.0", + "version": "1.32.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.30.0/dart-sass-1.30.0-windows-x64.zip", - "hash": "a35160b045e8cb82ec4f3341c275e3a23f126f3328d6d407926b650e2cc9dd3d" + "url": "https://github.com/sass/dart-sass/releases/download/1.32.0/dart-sass-1.32.0-windows-x64.zip", + "hash": "eb7c4a6c0140b91e8c5ddf569cbf1b7e450b81081bb03d4af8a37ee3f43f920e" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.30.0/dart-sass-1.30.0-windows-ia32.zip", - "hash": "b1b08c8387010c6436ba4b15b320ee9bbf5248561be63c99f730d252a566ab07" + "url": "https://github.com/sass/dart-sass/releases/download/1.32.0/dart-sass-1.32.0-windows-ia32.zip", + "hash": "d7eeaeb976f65cf1be5a1356dc88f4990cd692d0e9880cb32ef823c3eb9738af" } }, "extract_dir": "dart-sass",