2019-09-11 22:00:25 +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.22.12",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/sass/dart-sass/releases/download/1.22.12/dart-sass-1.22.12-windows-x64.zip",
"hash": "48423df5641352ec99711292141d2d2c281e2d2aba04b3755a01ad72f77c63de"
},
"32bit": {
"url": "https://github.com/sass/dart-sass/releases/download/1.22.12/dart-sass-1.22.12-windows-ia32.zip",
"hash": "fea4c06bc91d26f93280f5402b90178b5db26ce605a7d20967ff05825fe6416c"
}
},
"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"
}
}
}
}