Skip to content

Commit 0f4ab90

Browse files
authored
Merge pull request #245609 from Homebrew/bump-tun2proxy-0.7.16
tun2proxy 0.7.16
2 parents 04ee5a8 + a9e2c6d commit 0f4ab90

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Formula/t/tun2proxy.rb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Tun2proxy < Formula
22
desc "Tunnel (TUN) interface for SOCKS and HTTP proxies"
33
homepage "https://github.com/tun2proxy/tun2proxy"
4-
url "https://github.com/tun2proxy/tun2proxy/archive/refs/tags/v0.7.15.tar.gz"
5-
sha256 "b59957261fb68b5d5ddf5e4f91bcace6ebcec3f04226ef5c958c03ed625316d1"
4+
url "https://github.com/tun2proxy/tun2proxy/archive/refs/tags/v0.7.16.tar.gz"
5+
sha256 "23a14d0d38a2fcf48212fc2ce363039b332e8a0ca910f9210fd219c82ce44ca6"
66
license "MIT"
77
head "https://github.com/tun2proxy/tun2proxy.git", branch: "master"
88

@@ -12,14 +12,12 @@ class Tun2proxy < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "a77d0838e901435417b404ed1ba0d7052ff07f72231b159d54fdfeb8d08c11e5"
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "39d7c1d768b59fd26bda77d8315542a43bc0fac169ebb3af0b5457905d41190c"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "de489762cdf4ab0874ac863c59acf15e53e4ef006998f3d3a78c3e1c87b5595e"
18-
sha256 cellar: :any_skip_relocation, arm64_ventura: "2c38db4d5a03385e7893ae93e64cad0dfc02fada00cede6fb47d8dc532aec2d5"
19-
sha256 cellar: :any_skip_relocation, sonoma: "99fadf6ba132f188777230746f2f1cbb755fab5f096126024756fc78bf09b735"
20-
sha256 cellar: :any_skip_relocation, ventura: "56046aa2b3f15420acdbfe7d5fb132647a69c38b52e40f7f20d98530af62acdb"
21-
sha256 cellar: :any_skip_relocation, arm64_linux: "be1a22a8b473283a5037bb47752768a6758fa160e3238d1553c064192b7eaf07"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "8be5dec5957574946097951b4ee3e97e460c0d62c0ba4b62a1ae9a93ab795ef7"
15+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "f8c886b1f88729f3fff662a7447255896d6df4ec4e31151821e708b8b84a2348"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "823da9036a92c50c9c274a6fab66f6b5aec820c0cb892ccd507c405dcbdbbb13"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c49fdda1bdd3b9f0874f64ae4265fd6779f42493cf0e6a530018f38f02ee701c"
18+
sha256 cellar: :any_skip_relocation, sonoma: "557a4e0f65de26ea073aa4c2defdd526dae9b51b400de5b2b45936e24aae3d28"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "4b46dc728dff1df625f0e8980195780618a5862ee7d9acfa2806e30815c5dd34"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "b8f520982edbe186ceb4b5b0286e690b5d65cb0bd86655bd00213bc11524a5d2"
2321
end
2422

2523
depends_on "rust" => :build

0 commit comments

Comments
 (0)