|
1 | 1 | class Gotun < Formula |
2 | 2 | desc "Lightweight HTTP proxy over SSH" |
3 | 3 | homepage "https://github.com/Sesame2/gotun" |
4 | | - url "https://github.com/Sesame2/gotun/archive/refs/tags/v0.8.0.tar.gz" |
5 | | - sha256 "c0521f2e4df9bd8bae9afbca4bd4ab48bc1b3b24ef06ec17301dcfa1dfef1f93" |
| 4 | + url "https://github.com/Sesame2/gotun/archive/refs/tags/v0.8.1.tar.gz" |
| 5 | + sha256 "4448e9cd2efaf1ea5c1da50f39d3ea967632e15cffc36d2e1041f5c03b615750" |
6 | 6 | license "MIT" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "1404cfcbbe2c3948baa3388361eeb2be34b590fbbdfd090849e38a10a1eeadc9" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1404cfcbbe2c3948baa3388361eeb2be34b590fbbdfd090849e38a10a1eeadc9" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1404cfcbbe2c3948baa3388361eeb2be34b590fbbdfd090849e38a10a1eeadc9" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "ce42412109096343b27d56419cc3c9ba18e4012556f7f221cf727af8d00e1bce" |
13 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "3b4aa3385559f0ac14ce53cd7e1630f1e444dfd469b6b77a8ae8d6b2b8135c1f" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "4781293eb4e7feed7cb77184d0896c1e84f7416b90f20a220d08942606527910" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "994495478631ea4b296d2797d3ced7bc84d2f25294250fe9ce9ef45912f0c70c" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "994495478631ea4b296d2797d3ced7bc84d2f25294250fe9ce9ef45912f0c70c" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "994495478631ea4b296d2797d3ced7bc84d2f25294250fe9ce9ef45912f0c70c" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "9a32a8eb26bfd2d3025a0dfdc2ce6df04dc14143c8715ca401173584f6800aae" |
| 13 | + sha256 cellar: :any_skip_relocation, arm64_linux: "ab06b3e858284bfd1c55b1f4ec7b60f04e6f52598525bc68bbf6393d26cae2cc" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "16a728b8dc09e55b645cb2b34e7815ae184ddd3f6b421631cebf14528118a288" |
15 | 15 | end |
16 | 16 |
|
17 | | - # Unpin Go when gotun supports Go 1.26, ref: https://github.com/Sesame2/gotun/issues/22 |
18 | | - depends_on "[email protected]" => :build |
| 17 | + depends_on "go" => :build |
19 | 18 |
|
20 | 19 | def install |
21 | 20 | ldflags = "-s -w -X main.Version=#{version}" |
|
0 commit comments