From 2ce6d2924677082f0789a1fa435d8c658e9d4fc8 Mon Sep 17 00:00:00 2001 From: Cason Kervis Date: Tue, 21 Oct 2025 18:07:16 +0800 Subject: [PATCH] servo: Add version 0.0.1 --- bucket/servo.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 bucket/servo.json 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" + } +}