From f120e498190709f3dcf2a8fff831e48e9f8fd0b9 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Mon, 17 Oct 2022 08:15:50 -0400 Subject: [PATCH 1/2] gimme 1.6.0 --- Formula/gimme.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/gimme.rb b/Formula/gimme.rb index ba31242f9bfa6..35f412bf4e6f9 100644 --- a/Formula/gimme.rb +++ b/Formula/gimme.rb @@ -1,8 +1,8 @@ class Gimme < Formula desc "Shell script to install any Go version" homepage "https://github.com/travis-ci/gimme" - url "https://github.com/travis-ci/gimme/archive/v1.5.5.tar.gz" - sha256 "7854c3f90c2274e14041138f53c9c0bf671be86e49dfb4a61b024270a514fb40" + url "https://github.com/urfave/gimme/archive/v1.6.0.tar.gz" + sha256 "437e6daf4297755b25396720f0a3a613dbada7988c89c7184c6e259674bd7555" license "MIT" bottle do From a533608341ca9171a8d895bbee98cd85e572a96c Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Mon, 17 Oct 2022 08:21:43 -0400 Subject: [PATCH 2/2] Also update gimme homepage --- Formula/gimme.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/gimme.rb b/Formula/gimme.rb index 35f412bf4e6f9..ff6846555da2f 100644 --- a/Formula/gimme.rb +++ b/Formula/gimme.rb @@ -1,6 +1,6 @@ class Gimme < Formula desc "Shell script to install any Go version" - homepage "https://github.com/travis-ci/gimme" + homepage "https://github.com/urfave/gimme" url "https://github.com/urfave/gimme/archive/v1.6.0.tar.gz" sha256 "437e6daf4297755b25396720f0a3a613dbada7988c89c7184c6e259674bd7555" license "MIT"