From 0f0aca38e998ad1b2cb0bb9a8483ae49775632e3 Mon Sep 17 00:00:00 2001 From: DoveBoy <393366046@qq.com> Date: Sun, 22 Jan 2023 00:16:53 +0800 Subject: [PATCH] ttyd: Update to version 1.7.3 (#4364) * Fix 'autoupdate' --- bucket/ttyd.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/ttyd.json b/bucket/ttyd.json index 582c0f808a..818a76c0ee 100644 --- a/bucket/ttyd.json +++ b/bucket/ttyd.json @@ -1,12 +1,12 @@ { - "version": "1.7.2", + "version": "1.7.3", "homepage": "https://github.com/tsl0922/ttyd", "description": "A cli appication for sharing your terminal all over the web.", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/tsl0922/ttyd/releases/download/1.7.2/ttyd.win10.exe#/ttyd.exe", - "hash": "178382D13A5FA3294E98D4E0AEE5D1084706E958F01C380BA25CBE2EB784C27D" + "url": "https://github.com/tsl0922/ttyd/releases/download/1.7.3/ttyd.win32.exe#/ttyd.exe", + "hash": "2efe32e028cf5107b2702bdbb9ad870b7204db04e8cd7e415a14af3fba916df7" } }, "bin": "ttyd.exe", @@ -14,7 +14,7 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/tsl0922/ttyd/releases/download/$version/ttyd.win10.exe#/ttyd.exe" + "url": "https://github.com/tsl0922/ttyd/releases/download/$version/ttyd.win32.exe#/ttyd.exe" } } }