mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://github.com/sass/dart-sass",
|
|
"version": "1.17.2",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/sass/dart-sass/releases/download/1.17.2/dart-sass-1.17.2-windows-x64.zip",
|
|
"hash": "a50cc55865453156a7def00973d2a7bba967e3a3edb55fbd08ceb4801cc57a42"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/sass/dart-sass/releases/download/1.17.2/dart-sass-1.17.2-windows-ia32.zip",
|
|
"hash": "833dcb88696c10f0d598c98fb7722f455d2c30c0254fd14a263eee9fa7c0b310"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|