From 7d12be022c4b6522487c5695c5d67d585008e33b Mon Sep 17 00:00:00 2001 From: James Walker Date: Wed, 6 Dec 2023 13:11:35 -0500 Subject: [PATCH 1/2] homestar 0.1.0-2 --- Formula/homestar.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/homestar.rb b/Formula/homestar.rb index f35c234..993b14e 100644 --- a/Formula/homestar.rb +++ b/Formula/homestar.rb @@ -1,9 +1,9 @@ class Homestar < Formula desc "IPVM reference implementation" homepage "https://fission.codes/ipvm" - url "https://github.com/ipvm-wg/homestar/archive/cca75812fe50b0fe6d911e922223a16b501ebf57.tar.gz" - version "0.1.0-1" - sha256 "a131062ed8d446e735da22fdb438cff176a448d425876b3a0848782e1f95fa07" + url "https://github.com/ipvm-wg/homestar/archive/e7b2debd2fce7665f5cc9647d337fb52aaadac69.tar.gz" + version "0.1.0-2" + sha256 "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" license "Apache-2.0" head "https://github.com/ipvm-wg/homestar.git", branch: "main" From 43bd8586c0ce90e6494eacf77cd5a64c9fd73ce4 Mon Sep 17 00:00:00 2001 From: James Walker Date: Wed, 6 Dec 2023 13:19:48 -0500 Subject: [PATCH 2/2] fix bad sha256 --- Formula/homestar.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/homestar.rb b/Formula/homestar.rb index 993b14e..e5c0a36 100644 --- a/Formula/homestar.rb +++ b/Formula/homestar.rb @@ -3,7 +3,7 @@ class Homestar < Formula homepage "https://fission.codes/ipvm" url "https://github.com/ipvm-wg/homestar/archive/e7b2debd2fce7665f5cc9647d337fb52aaadac69.tar.gz" version "0.1.0-2" - sha256 "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" + sha256 "5ef5ed854b1d3d7256f1bd401b99aafe761cd590c36f7b7b8260c6e7a1709fad" license "Apache-2.0" head "https://github.com/ipvm-wg/homestar.git", branch: "main"