From f4aadd34e8c1e03401be6b244d626464382429e0 Mon Sep 17 00:00:00 2001 From: Teodor Calin Date: Mon, 14 Sep 2026 14:09:07 +0300 Subject: [PATCH] Set Homebrew checksum for v0.15.1 --- 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 fb247a6..de92d08 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.15.0.tar.gz" - sha256 "58582ee0100d27c069740a799a32aa56918e442939c853f8db4aee2634238e88" + url "https://github.com/TeoSlayer/shell.online/archive/refs/tags/v0.15.1.tar.gz" + sha256 "c480e2565af4ad752222680a19af3cb2ccbe05cb6ede07c6eb72a404220c3aff" license "MIT" depends_on "go" => :build