From 4e3fac6e7bc57926650eff5727a4341570bf4823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 29 Apr 2021 04:02:32 +0200 Subject: [PATCH] sass: Update to version 1.32.12 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 424720cdf0..fd42ce997d 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.32.11", + "version": "1.32.12", "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.32.11/dart-sass-1.32.11-windows-x64.zip", - "hash": "9b059c676f547be686dd7fa4a19bfd3c66b7a25b44a1bc8fa1fcbd4208762e97" + "url": "https://github.com/sass/dart-sass/releases/download/1.32.12/dart-sass-1.32.12-windows-x64.zip", + "hash": "78c6ce1bed3af2ba243f6c84b0b3725d0895bfa5b2d714b2bf318678861f0872" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.32.11/dart-sass-1.32.11-windows-ia32.zip", - "hash": "e65c7eb597811a8292f2f8f6105a4dfdf2997dd69c05e1155e9896ab2573f68c" + "url": "https://github.com/sass/dart-sass/releases/download/1.32.12/dart-sass-1.32.12-windows-ia32.zip", + "hash": "997e7f99398b139167169b01af35ea0dc0521c0459875f10fc501468d9176e3a" } }, "extract_dir": "dart-sass",