mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-11 14:15:14 +00:00
38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"version": "1.94.1",
|
|
"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.1/dart-sass-1.94.1-windows-x64.zip",
|
|
"hash": "132d002b32a8084b097951169900446f0f30e4b03818e05020d540d46a9bc8ba"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/sass/dart-sass/releases/download/1.94.1/dart-sass-1.94.1-windows-arm64.zip",
|
|
"hash": "2bff563d7728fe87196d9e161137badecdeb1acab8b6c71db64f02363dd2a6e7"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|