mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 20:44:27 +00:00
38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"version": "1.26.9",
|
|
"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.26.9/dart-sass-1.26.9-windows-x64.zip",
|
|
"hash": "396f2da561e4664081c1c7ce559fe7f92c1fe7b72f3e7429235c51c67357915a"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/sass/dart-sass/releases/download/1.26.9/dart-sass-1.26.9-windows-ia32.zip",
|
|
"hash": "e9c53b1939942e2ae4336ad0bb4c3b4aba7ba72251581b5a584454fe6ba3b50f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|