From b16d9a72ec5e0e463bdf00afa23a50db18066575 Mon Sep 17 00:00:00 2001 From: MoonFruit Date: Mon, 25 Nov 2024 13:55:12 +0800 Subject: [PATCH] gost@3 3.0.0-nightly.20241122 Closes #180. Signed-off-by: MoonFruit <1070090+moonfruit@users.noreply.github.com> --- Formula/gost@3.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/gost@3.rb b/Formula/gost@3.rb index b02e30f..9463126 100644 --- a/Formula/gost@3.rb +++ b/Formula/gost@3.rb @@ -1,9 +1,9 @@ class GostAT3 < Formula desc "Go simple tunnel" homepage "https://gost.run/" - url "https://github.com/go-gost/gost/archive/refs/tags/v3.0.0-nightly.20241117.tar.gz" - version "3.0.0-nightly.20241117" - sha256 "c3e683509c664a799dce4c58cf88b88198f2b5f09d8898ec6e229a219a3365a6" + url "https://github.com/go-gost/gost/archive/refs/tags/v3.0.0-nightly.20241122.tar.gz" + version "3.0.0-nightly.20241122" + sha256 "6c95d33a9a64b3e0ba8f79f796d31e93e32fcb73d0d4b27ec7337aa035f75106" license "MIT" head "https://github.com/go-gost/gost.git", branch: "master"