From 07cb02c3355670eedb1b653528dee3c99cbed172 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 18 Jan 2020 00:01:53 +0000 Subject: [PATCH] sass: Update to version 1.25.0 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 358c514089..95fd1cefa0 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { "homepage": "https://github.com/sass/dart-sass", "description": "The reference implementation of Sass, written in Dart.", - "version": "1.24.5", + "version": "1.25.0", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.24.5/dart-sass-1.24.5-windows-x64.zip", - "hash": "f87b63cf76cdb9744d80dee6ff0490b55cb9d1f93903b133640c4a66571b3051" + "url": "https://github.com/sass/dart-sass/releases/download/1.25.0/dart-sass-1.25.0-windows-x64.zip", + "hash": "59c1c7c6ceca32aeec5340c66abf55bb7646ea890467ff06d8d9aa9dd376d78a" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.24.5/dart-sass-1.24.5-windows-ia32.zip", - "hash": "0e61f53ce4bf35cce31116e620e3699d32e89702cc1570bfd35d0cec7b64e819" + "url": "https://github.com/sass/dart-sass/releases/download/1.25.0/dart-sass-1.25.0-windows-ia32.zip", + "hash": "5fc30d95ad14713dbc5b3a8fcce56f0f1ffc7fbbfcfa1e979ce6ff93a53e64f7" } }, "extract_dir": "dart-sass",