ScoopInstaller_Main/bucket/dart-sass-embedded.json
2023-03-24 00:33:11 +00:00

29 lines
1.2 KiB
JSON

{
"version": "1.60.0",
"description": "A wrapper for Dart Sass that implements the compiler side of the Embedded Sass protocol",
"homepage": "https://github.com/sass/dart-sass-embedded",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/sass/dart-sass-embedded/releases/download/1.60.0/sass_embedded-1.60.0-windows-ia32.zip",
"hash": "fc65fe828a33ed6aa76a622b13996ec490524e5313d4018d33894b4c6515c772"
},
"64bit": {
"url": "https://github.com/sass/dart-sass-embedded/releases/download/1.60.0/sass_embedded-1.60.0-windows-x64.zip",
"hash": "fe641782e1fd9d7476ee4a124c8a3986c6178c1a6a9bdfa4665a287ba26306fe"
}
},
"bin": "sass_embedded\\dart-sass-embedded.bat",
"checkver": "github",
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/sass/dart-sass-embedded/releases/download/$version/sass_embedded-$version-windows-ia32.zip"
},
"64bit": {
"url": "https://github.com/sass/dart-sass-embedded/releases/download/$version/sass_embedded-$version-windows-x64.zip"
}
}
}
}