From e82a62fc898bd8ed145d78931e363a5c8bc6c620 Mon Sep 17 00:00:00 2001 From: Alexgodoroja Date: Fri, 11 Sep 2026 14:37:27 -0700 Subject: [PATCH] Set Homebrew checksum for v0.12.0 --- Formula/shell-online.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/shell-online.rb b/Formula/shell-online.rb index 48bbb71..f503544 100644 --- a/Formula/shell-online.rb +++ b/Formula/shell-online.rb @@ -1,8 +1,8 @@ class ShellOnline < Formula desc "Turn any terminal process into an interactive or read-only browser link" homepage "https://shell.online" - url "https://github.com/TeoSlayer/shell.online/archive/refs/tags/v0.11.3.tar.gz" - sha256 "c02b812951f4b173acdd1f4e08fbac818aacb0ba9a85ecad846142c216dd94bc" + url "https://github.com/TeoSlayer/shell.online/archive/refs/tags/v0.12.0.tar.gz" + sha256 "4e0e95185aed165a890fe70bc3c99787cf7efc7bb8098194970456903d731e4a" license "MIT" depends_on "go" => :build