From dc39986baac84d6a075d78f41e80ac847e9d4126 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 30 Oct 2020 08:46:27 +0100 Subject: [PATCH] sass: Update to version 1.28.0 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index c4fb7fb3f7..325bd2d7da 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.27.0", + "version": "1.28.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.27.0/dart-sass-1.27.0-windows-x64.zip", - "hash": "f0acd8d1d324a4bb62de48eb997d8142e66b6df5c3a5dce6fe3b2b99dc06b52f" + "url": "https://github.com/sass/dart-sass/releases/download/1.28.0/dart-sass-1.28.0-windows-x64.zip", + "hash": "6dcaf6a98ac19e5de1f6eff43419f8d757a770125a75cd6dfe68be8214cc9d76" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.27.0/dart-sass-1.27.0-windows-ia32.zip", - "hash": "915ef281341125e8acced149f19ae24ca84d3d6992fc6b8702d32e35f8f7865b" + "url": "https://github.com/sass/dart-sass/releases/download/1.28.0/dart-sass-1.28.0-windows-ia32.zip", + "hash": "6a5a83586fb0f5f0335ca056d5bbf2ba9c976c68abe69cd60699a8e4660a090b" } }, "extract_dir": "dart-sass",