From f5c5bc757e326628f5ced2da5d6eb353a81ba109 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BE=AA?= Date: Tue, 8 Oct 2024 13:35:19 +1300 Subject: [PATCH] up --- proto.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proto.toml b/proto.toml index f3116950..88998ce0 100644 --- a/proto.toml +++ b/proto.toml @@ -16,8 +16,8 @@ download-file = "chester-{os}-{arch}.zip" checksum-file = "chester-{os}-{arch}.zip.sha256" [install] -download-url = "https://github.com/chester-lang/chester/releases/download/v{version}/{download_file}" -checksum-url = "https://github.com/chester-lang/chester/releases/download/v{version}/{checksum_file}" +download-url = "https://github.com/chester-lang/chester/releases/download/{version}/{download_file}" +checksum-url = "https://github.com/chester-lang/chester/releases/download/{version}/{checksum_file}" [install.primary] exe-path = "chester"