From 097998e6561a7a5287f53d4c9bfeff22d87c6b98 Mon Sep 17 00:00:00 2001 From: Teodor Calin Date: Sun, 13 Sep 2026 12:37:35 +0300 Subject: [PATCH] Set Homebrew checksum for v0.14.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 dd3df60..3c9da27 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.13.0.tar.gz" - sha256 "7431e2d9c3ff258df34b93e3f9988a3674090bb77a0d06da42d76e3411b07259" + url "https://github.com/TeoSlayer/shell.online/archive/refs/tags/v0.14.0.tar.gz" + sha256 "297cd66b476d89d7179a9734e6620f8e986a3a123c4aecb4e1b7e194d3d5ce7b" license "MIT" depends_on "go" => :build