mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"version": "1.94.2",
|
|
"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.94.2/dart-sass-1.94.2-windows-x64.zip",
|
|
"hash": "5b5fdc9dcd146e4e4cda3d711350f969d795720067285a91d4a5333d8d5825e3"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/sass/dart-sass/releases/download/1.94.2/dart-sass-1.94.2-windows-arm64.zip",
|
|
"hash": "97d667d2afbc40ff4606eab5d3ea11717cf47f70767632b11a1cf4095a4c5efa"
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/sass/dart-sass/releases/download/$version/dart-sass-$version-windows-arm64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|