Skip to content

Commit

Permalink
bump homestar to official release
Browse files Browse the repository at this point in the history
  • Loading branch information
walkah committed Jan 22, 2024
1 parent b8f270d commit 191fa32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Upload bottles as artifact
if: always() && github.event_name == 'pull_request'
uses: actions/upload-artifact@main
uses: actions/upload-artifact@v3
with:
name: bottles
path: "*.bottle.*"
8 changes: 3 additions & 5 deletions Formula/homestar.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
class Homestar < Formula
desc "IPVM reference implementation"
homepage "https://fission.codes/ipvm"
url "https://github.com/ipvm-wg/homestar/archive/e7b2debd2fce7665f5cc9647d337fb52aaadac69.tar.gz"
version "0.1.0-2"
sha256 "5ef5ed854b1d3d7256f1bd401b99aafe761cd590c36f7b7b8260c6e7a1709fad"
url "https://github.com/ipvm-wg/homestar/archive/refs/tags/homestar-runtime-v0.1.1.tar.gz"
sha256 "ee5afc5f366020ae2a8b7a2f88a9bba1926add0da558509babc8d1dab536ca07"
license "Apache-2.0"

head "https://github.com/ipvm-wg/homestar.git", branch: "main"
Expand Down Expand Up @@ -35,7 +34,6 @@ def install
end

test do
# assert_match "homestar #{version}", shell_output("#{bin}/homestar --version")
system "#{bin}/homestar", "--version"
assert_match "homestar #{version}", shell_output("#{bin}/homestar --version")
end
end

0 comments on commit 191fa32

Please sign in to comment.