From c27f8147e605b17ad5c701214359337a62d0537e Mon Sep 17 00:00:00 2001 From: baitian <919600234@qq.com> Date: Sat, 25 Mar 2023 07:32:37 +0800 Subject: [PATCH] typst: Update to version 23-03-21-2 (#4597) --- bucket/typst.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/typst.json b/bucket/typst.json index a904285112..68bd882962 100644 --- a/bucket/typst.json +++ b/bucket/typst.json @@ -1,11 +1,11 @@ { - "version": "22-03-21-2", + "version": "23-03-21-2", "description": "A markup-based typesetting system for the sciences.", "homepage": "https://typst.app", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/typst/typst/releases/download/22-03-21-2/typst-x86_64-pc-windows-msvc.zip", + "url": "https://github.com/typst/typst/releases/download/v23-03-21-2/typst-x86_64-pc-windows-msvc.zip", "hash": "b78907ccc296fb18ac9a4dbe36273e50e2ec69efdc3d1abdda91aa7f6c4f00b1" } }, @@ -13,12 +13,12 @@ "bin": "typst.exe", "checkver": { "url": "https://github.com/typst/typst/releases", - "regex": "tag/([\\d.-]+)" + "regex": "tag/v?([\\d.-]+)" }, "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/typst/typst/releases/download/$version/typst-x86_64-pc-windows-msvc.zip" + "url": "https://github.com/typst/typst/releases/download/v$version/typst-x86_64-pc-windows-msvc.zip" } } }