From 2a75d165a065552603d47370397359ba68b6442a Mon Sep 17 00:00:00 2001 From: chillcicada <116548943+chillcicada@users.noreply.github.com> Date: Wed, 20 Aug 2025 18:31:51 +0800 Subject: [PATCH] typstyle: Add version 0.13.17 (#6777) * feat: add typstyle * chore: fix hashtag * chore: update version and url * chore: add suggest --- bucket/typstyle.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 bucket/typstyle.json diff --git a/bucket/typstyle.json b/bucket/typstyle.json new file mode 100644 index 0000000000..47a4768b18 --- /dev/null +++ b/bucket/typstyle.json @@ -0,0 +1,31 @@ +{ + "version": "0.13.17", + "description": "Beautiful and reliable typst code formatter.", + "homepage": "https://github.com/typstyle-rs/typstyle", + "license": "Apache-2.0", + "suggest": { + "vcredist": "extras/vcredist2022" + }, + "architecture": { + "64bit": { + "url": "https://github.com/typstyle-rs/typstyle/releases/download/v0.13.17/typstyle-x86_64-pc-windows-msvc.exe#/typstyle.exe", + "hash": "e5fae8dbd03d3871555985c466af075bbd9ab50edb8b2c1b53bb95efffb3d42e" + }, + "arm64": { + "url": "https://github.com/typstyle-rs/typstyle/releases/download/v0.13.17/typstyle-aarch64-pc-windows-msvc.exe#/typstyle.exe", + "hash": "57436af4e2416b52dba3fcf044fa3df0a54b960d8e78802b56cc76fddfc5670d" + } + }, + "bin": "typstyle.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/typstyle-rs/typstyle/releases/download/v$version/typstyle-x86_64-pc-windows-msvc.exe#/typstyle.exe" + }, + "arm64": { + "url": "https://github.com/typstyle-rs/typstyle/releases/download/v$version/typstyle-aarch64-pc-windows-msvc.exe#/typstyle.exe" + } + } + } +}