mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 14:11:19 +00:00
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"homepage": "https://github.com/sass/dart-sass",
|
|
"description": "The reference implementation of Sass, written in Dart.",
|
|
"version": "1.24.0",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/sass/dart-sass/releases/download/1.24.0/dart-sass-1.24.0-windows-x64.zip",
|
|
"hash": "af544ddf8a7e4b5840fb9a6ecf75f25594044d23296493adcaf24e31ec0c2ff7"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/sass/dart-sass/releases/download/1.24.0/dart-sass-1.24.0-windows-ia32.zip",
|
|
"hash": "d7bf0944b94b923b013044f36af1fa2bc73a05e026ba8fdba345ed16e1103e47"
|
|
}
|
|
},
|
|
"extract_dir": "dart-sass",
|
|
"bin": [
|
|
[
|
|
"sass.bat",
|
|
"sass"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"url": "https://github.com/sass/dart-sass/releases/latest",
|
|
"re": "/releases/tag/(?:v)?([\\d\\w.-]+)"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|