From 3dba00d43799893c0daf3b855d3b5b4a969e1f88 Mon Sep 17 00:00:00 2001 From: Edward <73746306+WangEdward@users.noreply.github.com> Date: Sat, 20 Jan 2024 22:25:22 +0800 Subject: [PATCH] fix finalshell url --- Casks/f/finalshell.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Casks/f/finalshell.rb b/Casks/f/finalshell.rb index aee012a744..054c341ddc 100644 --- a/Casks/f/finalshell.rb +++ b/Casks/f/finalshell.rb @@ -1,8 +1,10 @@ cask "finalshell" do + arch arm: "arm64", intel: "x64" + version "4.3.11" sha256 :no_check - url "http://dl.hostbuf.com/finalshell2/finalshell_install.pkg" + url "http://www.hostbuf.com/downloads/finalshell_macos_#{arch}.pkg" name "FinalShell" desc "SSH tool, server management and remote desktop acceleration software" homepage "https://www.hostbuf.com/"