From b6b2e3a216661c8db33aa2eecd742bd0b7176bfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Baebler?= <319826+stefanb@users.noreply.github.com> Date: Fri, 13 Mar 2026 09:22:50 +0000 Subject: [PATCH 1/2] gotun 0.8.1 --- Formula/g/gotun.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Formula/g/gotun.rb b/Formula/g/gotun.rb index 7660a1adee8a..71f2ae875a6d 100644 --- a/Formula/g/gotun.rb +++ b/Formula/g/gotun.rb @@ -1,8 +1,8 @@ class Gotun < Formula desc "Lightweight HTTP proxy over SSH" homepage "https://github.com/Sesame2/gotun" - url "https://github.com/Sesame2/gotun/archive/refs/tags/v0.8.0.tar.gz" - sha256 "c0521f2e4df9bd8bae9afbca4bd4ab48bc1b3b24ef06ec17301dcfa1dfef1f93" + url "https://github.com/Sesame2/gotun/archive/refs/tags/v0.8.1.tar.gz" + sha256 "4448e9cd2efaf1ea5c1da50f39d3ea967632e15cffc36d2e1041f5c03b615750" license "MIT" bottle do @@ -14,8 +14,7 @@ class Gotun < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "4781293eb4e7feed7cb77184d0896c1e84f7416b90f20a220d08942606527910" end - # Unpin Go when gotun supports Go 1.26, ref: https://github.com/Sesame2/gotun/issues/22 - depends_on "go@1.25" => :build + depends_on "go" => :build def install ldflags = "-s -w -X main.Version=#{version}" From 9642d046d8bef3ea6656bfa53c7a8a4ceae79b5c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Mar 2026 10:29:28 +0000 Subject: [PATCH 2/2] gotun: update 0.8.1 bottle. --- Formula/g/gotun.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/gotun.rb b/Formula/g/gotun.rb index 71f2ae875a6d..1881e9333c09 100644 --- a/Formula/g/gotun.rb +++ b/Formula/g/gotun.rb @@ -6,12 +6,12 @@ class Gotun < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_tahoe: "1404cfcbbe2c3948baa3388361eeb2be34b590fbbdfd090849e38a10a1eeadc9" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1404cfcbbe2c3948baa3388361eeb2be34b590fbbdfd090849e38a10a1eeadc9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1404cfcbbe2c3948baa3388361eeb2be34b590fbbdfd090849e38a10a1eeadc9" - sha256 cellar: :any_skip_relocation, sonoma: "ce42412109096343b27d56419cc3c9ba18e4012556f7f221cf727af8d00e1bce" - sha256 cellar: :any_skip_relocation, arm64_linux: "3b4aa3385559f0ac14ce53cd7e1630f1e444dfd469b6b77a8ae8d6b2b8135c1f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4781293eb4e7feed7cb77184d0896c1e84f7416b90f20a220d08942606527910" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "994495478631ea4b296d2797d3ced7bc84d2f25294250fe9ce9ef45912f0c70c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "994495478631ea4b296d2797d3ced7bc84d2f25294250fe9ce9ef45912f0c70c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "994495478631ea4b296d2797d3ced7bc84d2f25294250fe9ce9ef45912f0c70c" + sha256 cellar: :any_skip_relocation, sonoma: "9a32a8eb26bfd2d3025a0dfdc2ce6df04dc14143c8715ca401173584f6800aae" + sha256 cellar: :any_skip_relocation, arm64_linux: "ab06b3e858284bfd1c55b1f4ec7b60f04e6f52598525bc68bbf6393d26cae2cc" + sha256 cellar: :any_skip_relocation, x86_64_linux: "16a728b8dc09e55b645cb2b34e7815ae184ddd3f6b421631cebf14528118a288" end depends_on "go" => :build