2019-08-16 22:01:47 +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.10",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/sass/dart-sass/releases/download/1.22.10/dart-sass-1.22.10-windows-x64.zip",
"hash": "31c474922975fbbd8452fcb3b9d2f79fd75635c50858d29fa30aa541433b1244"
},
"32bit": {
"url": "https://github.com/sass/dart-sass/releases/download/1.22.10/dart-sass-1.22.10-windows-ia32.zip",
"hash": "f9beefe60b471a0185815f94bdc96ba51311c56fdfa7cf1b2f4facfd8d2b8db9"
}
},
"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"
}
}
}
}