From df68bc08902d2cbf9ba546a076350a068f33328b Mon Sep 17 00:00:00 2001 From: MoonFruit Date: Mon, 2 Sep 2024 09:46:27 +0800 Subject: [PATCH] gost@3 3.0.0-nightly.20240831 Closes #141. 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 918ffaa..fedd0c0 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.20240806.tar.gz" - version "3.0.0-nightly.20240806" - sha256 "bcce4ab62a132521968a777841a98e941b329545bff6cccc8d1b32e3f32ea391" + url "https://github.com/go-gost/gost/archive/refs/tags/v3.0.0-nightly.20240831.tar.gz" + version "3.0.0-nightly.20240831" + sha256 "c25ea0c4f32b19cd9a465f9a3b22008a376a4a188d58ba88c77b95cb6c36ff27" license "MIT" head "https://github.com/go-gost/gost.git", branch: "master"