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 2240fcc commit 90015f4
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 @@ -2,14 +2,14 @@ class CartesiMachine < Formula
desc "Off-chain implementation of the Cartesi Machine"
homepage "https://cartesi.io/"
url "https://github.com/cartesi/machine-emulator/archive/refs/tags/v0.18.1.tar.gz"
version "0.18.1"
sha256 "2d6ca78881b0a218aa9460d5cc7af7be51f9971b163305d6191039719568b5c3"
license "LGPL-3.0-only"
version "0.18.1"

depends_on "pkg-config" => :build
depends_on "boost" => :build
depends_on "libslirp" => :build
depends_on "lua" => :build
depends_on "pkg-config" => :build

resource "linux" do
url "https://github.com/cartesi/image-kernel/releases/download/v0.20.0/linux-6.5.13-ctsi-1-v0.20.0.bin"
Expand All @@ -32,7 +32,7 @@ def install

(pkgshare/"images").install resource("linux")
(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-tools-v0.16.1.ext2" => "rootfs.ext2"
end
Expand Down

0 comments on commit 90015f4

Please sign in to comment.