Skip to content

Commit

Permalink
fixup! feat: cartesi-machine formula
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed Sep 6, 2024
1 parent dee1a6f commit 7b71224
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/cartesi-machine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ class CartesiMachine < Formula
end

resource "rootfs" do
url "https://github.com/cartesi/image-rootfs/releases/download/v0.19.0/rootfs-v0.19.0.ext2"
sha256 "a3a9aa5c2ab83093585587da4e4b8e4ef620528b7859b2a9337e40bf3e564dd4"
url "https://github.com/cartesi/machine-emulator-tools/releases/download/v0.16.1/rootfs-tools-v0.16.1.ext2"
sha256 "4db885fdb4f013922d8ea8474768148ac4d45460a4ef30aea823836ea72ffed9"
end

patch :p0 do
Expand All @@ -34,7 +34,7 @@ def install
(pkgshare/"images").install resource("rootfs")

(pkgshare/"images").install_symlink "linux-6.5.13-ctsi-1-v0.20.0.bin" => "linux.bin"
(pkgshare/"images").install_symlink "rootfs-v0.19.0.ext2" => "rootfs.ext2"
(pkgshare/"images").install_symlink "rootfs-tools-v0.16.1.ext2" => "rootfs.ext2"
end

test do
Expand Down

0 comments on commit 7b71224

Please sign in to comment.