diff --git a/bucket/sass.json b/bucket/sass.json index 13e2c97a6c..b7851cd332 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,6 +1,6 @@ { - "homepage": "https://github.com/sass/dart-sass", - "description": "The reference implementation of Sass, written in Dart.", + "homepage": "https://sass-lang.com/dart-sass", + "description": "The primary implementation of Sass, written in Dart.", "version": "1.26.3", "license": "MIT", "architecture": { @@ -15,14 +15,14 @@ }, "extract_dir": "dart-sass", "bin": [ + "sass.bat", [ "sass.bat", - "sass" + "dart-sass" ] ], "checkver": { - "url": "https://github.com/sass/dart-sass/releases/latest", - "re": "/releases/tag/(?:v)?([\\d\\w.-]+)" + "github": "https://github.com/sass/dart-sass" }, "autoupdate": { "architecture": {