From a71123710f3cbd92b03a12bca60d2b6f7361134e Mon Sep 17 00:00:00 2001 From: Jen-Chieh Shen Date: Mon, 25 Nov 2024 05:24:11 -0800 Subject: [PATCH] Update qob-cli.rb --- Formula/qob-cli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/qob-cli.rb b/Formula/qob-cli.rb index ca75f833..1a1d8952 100644 --- a/Formula/qob-cli.rb +++ b/Formula/qob-cli.rb @@ -2,7 +2,7 @@ version "0.1.0" sha256 "9826a4d7f603c0c01692e97950282a2e4e7d12f3d1ba2067ad971cceff4f9aed" - url "https://github.com/cl-qob/cli/releases/download/v#{version}/qob_v#{version}_macos-x64.tar.gz" + url "https://github.com/cl-qob/cli/releases/download/#{version}/qob_#{version}_macos-x64.tar.gz" name "Qob CLI" desc "CLI for building, running, testing, and managing your Common Lisp dependencies" homepage "https://cl-qob.github.io/"