mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 15:11:30 +00:00
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://github.com/sass/dart-sass",
|
|
"version": "1.16.1",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/sass/dart-sass/releases/download/1.16.1/dart-sass-1.16.1-windows-x64.zip",
|
|
"hash": "595d09e42864ac92f8393f81492b92b489469522cbd42f65d2dfb30200538479"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/sass/dart-sass/releases/download/1.16.1/dart-sass-1.16.1-windows-ia32.zip",
|
|
"hash": "73b03dcadf414765baa259fcb1a849e13f5ceb3886debb191e7be1754740e0c1"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|