From fe12e76a59cb58ca61540eb447df99d4c4b15d52 Mon Sep 17 00:00:00 2001 From: Efstathios Chouliaris Date: Fri, 28 Oct 2022 14:35:06 -0500 Subject: [PATCH] goenv 2.0.1 release the latest stable version of goenv (2.0.1) Closes #114185. Signed-off-by: Thierry Moisan Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/goenv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/goenv.rb b/Formula/goenv.rb index 87fcb6e6fc0..08495d2ef8e 100644 --- a/Formula/goenv.rb +++ b/Formula/goenv.rb @@ -1,8 +1,8 @@ class Goenv < Formula desc "Go version management" homepage "https://github.com/syndbg/goenv" - url "https://github.com/syndbg/goenv/archive/2.0.0.tar.gz" - sha256 "b0a6ce9d758344145367688088595ec077d556d1682bff817c23861f6d4fd2df" + url "https://github.com/syndbg/goenv/archive/2.0.1.tar.gz" + sha256 "803de2cc61579eee87c164987415338c504bef0f81d782ed1b2b135bc462d508" license "MIT" version_scheme 1 head "https://github.com/syndbg/goenv.git", branch: "master"