2020-02-25 23:01:49 +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.26.1",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/sass/dart-sass/releases/download/1.26.1/dart-sass-1.26.1-windows-x64.zip",
"hash": "d3553ab44be03929c90a9b8f3ec1fe3842da40e6e3838a4271a0a428ab179e78"
},
"32bit": {
"url": "https://github.com/sass/dart-sass/releases/download/1.26.1/dart-sass-1.26.1-windows-ia32.zip",
"hash": "fd49ece53e1156f0795e7b891672c365b69059e01f2713ae029a220ba388aa31"
}
},
"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"
}
}
}
}