2019-10-02 02:00:22 +00:00

38 lines
1.3 KiB
JSON

{
"homepage": "https://github.com/sass/dart-sass",
"description": "The reference implementation of Sass, written in Dart.",
"version": "1.23.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/sass/dart-sass/releases/download/1.23.0/dart-sass-1.23.0-windows-x64.zip",
"hash": "46c0cbe3f804809383b258427f2b97815ebbec7e6030ae29e7fc141a39622962"
},
"32bit": {
"url": "https://github.com/sass/dart-sass/releases/download/1.23.0/dart-sass-1.23.0-windows-ia32.zip",
"hash": "4f4422c7e26b6b34671242f451b264984514ed28cfd82f535858a22cfdcc9e8f"
}
},
"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"
}
}
}
}