mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-05 07:24:26 +00:00
38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"version": "1.71.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.71.0/dart-sass-1.71.0-windows-x64.zip",
|
|
"hash": "2bd5be25b3359e127ccc723fb6e5f124f29b6bf57e4e62ef6495e44c43e835d6"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/sass/dart-sass/releases/download/1.71.0/dart-sass-1.71.0-windows-ia32.zip",
|
|
"hash": "29a7c06ec45f31f77c94e95a2d5465c8566a8deb7208da6fbd8b6ede4c5fc5a8"
|
|
}
|
|
},
|
|
"extract_dir": "dart-sass",
|
|
"bin": [
|
|
"sass.bat",
|
|
[
|
|
"sass.bat",
|
|
"dart-sass"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/sass/dart-sass"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/sass/dart-sass/releases/download/$version/dart-sass-$version-windows-x64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/sass/dart-sass/releases/download/$version/dart-sass-$version-windows-ia32.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|