From 5a6e47fa048d7ef1f986fcbea65ea5a45a854cdf Mon Sep 17 00:00:00 2001 From: chillcicada <2210227279@qq.com> Date: Tue, 20 Aug 2024 22:23:26 +0800 Subject: [PATCH 1/2] feat: add typstyle --- bucket/typstyle.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bucket/typstyle.json diff --git a/bucket/typstyle.json b/bucket/typstyle.json new file mode 100644 index 0000000000000..d24f5e2abb531 --- /dev/null +++ b/bucket/typstyle.json @@ -0,0 +1,28 @@ +{ + "version": "0.11.32", + "description": "Beautiful and reliable typst code formatter.", + "homepage": "https://github.com/Enter-tainer/typstyle", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/Enter-tainer/typstyle/releases/download/v0.11.32/typstyle-x86_64-pc-windows-msvc.exe", + "hash": "911b7a37e79ad617c8ede0df92fb6e6b54a8cb434d7517d1aa5afa9a85e4a99a" + }, + "arm64": { + "url": "https://github.com/Enter-tainer/typstyle/releases/download/v0.11.32/typstyle-aarch64-pc-windows-msvc.exe", + "hash": "c984a9f9800035fd0e7773b9f96a6393f437c87ba5ce22c2aaeb74a64372e53c" + } + }, + "bin": "typstyle.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/Enter-tainer/typstyle/releases/download/v$version/typstyle-x86_64-pc-windows-msvc.exe" + }, + "arm64": { + "url": "https://github.com/Enter-tainer/typstyle/releases/download/v$version/typstyle-aarch64-pc-windows-msvc.exe" + } + } + } +} From 9b6b47fdb6a8add3dffe15cf03c383cc126c9f55 Mon Sep 17 00:00:00 2001 From: chillcicada <2210227279@qq.com> Date: Thu, 26 Sep 2024 15:51:56 +0800 Subject: [PATCH 2/2] typstyle: Update to version 0.11.34 --- bucket/typstyle.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/typstyle.json b/bucket/typstyle.json index d24f5e2abb531..6478bcbe0df0b 100644 --- a/bucket/typstyle.json +++ b/bucket/typstyle.json @@ -1,16 +1,16 @@ { - "version": "0.11.32", + "version": "0.11.34", "description": "Beautiful and reliable typst code formatter.", "homepage": "https://github.com/Enter-tainer/typstyle", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/Enter-tainer/typstyle/releases/download/v0.11.32/typstyle-x86_64-pc-windows-msvc.exe", - "hash": "911b7a37e79ad617c8ede0df92fb6e6b54a8cb434d7517d1aa5afa9a85e4a99a" + "url": "https://github.com/Enter-tainer/typstyle/releases/download/v0.11.34/typstyle-x86_64-pc-windows-msvc.exe", + "hash": "af13583f288a34e19d3a47e56ffc2bb455b66ff16d99384e542c25034e17192e" }, "arm64": { - "url": "https://github.com/Enter-tainer/typstyle/releases/download/v0.11.32/typstyle-aarch64-pc-windows-msvc.exe", - "hash": "c984a9f9800035fd0e7773b9f96a6393f437c87ba5ce22c2aaeb74a64372e53c" + "url": "https://github.com/Enter-tainer/typstyle/releases/download/v0.11.34/typstyle-aarch64-pc-windows-msvc.exe", + "hash": "39f53aaae91e90edbfb75b95a68665ac6fd57345be747b2b195f2df33bc96e04" } }, "bin": "typstyle.exe",