diff --git a/bucket/servo.json b/bucket/servo.json new file mode 100644 index 00000000000..cc49c238d5f --- /dev/null +++ b/bucket/servo.json @@ -0,0 +1,22 @@ +{ + "version": "0.0.1", + "description": "Servo aims to empower developers with a lightweight, high-performance alternative for embedding web technologies in applications.", + "homepage": "https://servo.org/", + "license": "MPL-2.0", + "url": "https://github.com/servo/servo/releases/download/v0.0.1/servo-x86_64-windows-msvc.zip", + "hash": "a8b0d9a28538fa29d26978802daecaa9710762bb8dc5b7fb1ba3576feac7ba18", + "extract_dir": "servo", + "bin": "servo.exe", + "shortcuts": [ + [ + "servo.exe", + "Servo" + ] + ], + "checkver": { + "github": "https://github.com/servo/servo" + }, + "autoupdate": { + "url": "https://github.com/servo/servo/releases/download/v$version/servo-x86_64-windows-msvc.zip" + } +}