ScoopInstaller_Main/dart-sass.json
2018-09-19 22:00:45 +00:00

34 lines
1.2 KiB
JSON

{
"homepage": "https://github.com/sass/dart-sass",
"version": "1.14.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/sass/dart-sass/releases/download/1.14.0/dart-sass-1.14.0-windows-x64.zip",
"hash": "eb612253059fc18f316e1ebfde8b015c9de8de7e10e1f058e9c2ef06e3dcfdf5"
},
"32bit": {
"url": "https://github.com/sass/dart-sass/releases/download/1.14.0/dart-sass-1.14.0-windows-ia32.zip",
"hash": "ac55825f6b775dc1cf45f703582569d402e8a61a5cfa27ed1067272753502757"
}
},
"extract_dir": "dart-sass",
"bin": [
"dart-sass.bat"
],
"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"
}
}
}
}