2019-06-27 01:01:50 +00:00

37 lines
1.2 KiB
JSON

{
"homepage": "https://github.com/sass/dart-sass",
"version": "1.22.1",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/sass/dart-sass/releases/download/1.22.1/dart-sass-1.22.1-windows-x64.zip",
"hash": "f8043e8d87d99d128a664fb665febeafedfd7e2ef658004fa25f13205c3c770e"
},
"32bit": {
"url": "https://github.com/sass/dart-sass/releases/download/1.22.1/dart-sass-1.22.1-windows-ia32.zip",
"hash": "d87a14b282443edea87402e1c54fdf136d8056fef3b9e4251047471ea948314f"
}
},
"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"
}
}
}
}