Skip to content

Commit

Permalink
Merge pull request #5 from laurentsenta/update-formulas
Browse files Browse the repository at this point in the history
Update Formulas with Latest Versions
  • Loading branch information
laurentsenta authored Jul 17, 2024
2 parents 4716457 + 3d67078 commit dbc860d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions Formula/lotus-miner.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
This file was generated - DO NOT EDIT
# This file was generated - DO NOT EDIT
class LotusMiner < Formula
desc "A homebrew cask for installing the Lotus miner from filecoin-project/lotus"
homepage "https://filecoin.io"
version "1.27.1"
version "1.28.0"
license "MIT"

depends_on "hwloc"

on_macos do
url "https://github.com/galargh/lotus/releases/download/miner/v1.27.1/lotus-miner_v1.27.1_darwin_all.tar.gz"
sha256 "some"
url "https://github.com/galargh/lotus/releases/download/miner/v1.28.0/lotus-miner_v1.28.0_darwin_all.tar.gz"
sha256 "0688d6c829a10639c9608062124272cdbe404cc45833912e49ca74070405c315"

def install
bin.install "lotus-miner"
Expand All @@ -20,8 +20,8 @@ def install
on_linux do
on_intel do
if Hardware::CPU.is_64_bit?
url "https://github.com/galargh/lotus/releases/download/miner/v1.27.1/lotus-miner_v1.27.1_linux_amd64_v1.tar.gz"
sha256 "some"
url "https://github.com/galargh/lotus/releases/download/miner/v1.28.0/lotus-miner_v1.28.0_linux_amd64_v1.tar.gz"
sha256 "b771f22f62dee0ab2da1f86966e2ea28e3e47c305d6109449fcd0d949e8b6304"

def install
bin.install "lotus-miner"
Expand Down
12 changes: 6 additions & 6 deletions Formula/lotus.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
This file was generated - DO NOT EDIT
# This file was generated - DO NOT EDIT
class LotusNode < Formula
desc "A homebrew cask for installing the Lotus node from filecoin-project/lotus"
homepage "https://filecoin.io"
version "1.27.1"
version "1.28.0"
license "MIT"

depends_on "hwloc"

on_macos do
url "https://github.com/galargh/lotus/releases/download/v1.27.1/lotus_v1.27.1_darwin_all.tar.gz"
sha256 "some"
url "https://github.com/galargh/lotus/releases/download/v1.28.0/lotus_v1.28.0_darwin_all.tar.gz"
sha256 "2a4b345f3a1e02a2a648c54752beda3664eea319b37b3fa0b0b90e67c126d31d"

def install
bin.install "lotus"
Expand All @@ -19,8 +19,8 @@ def install
on_linux do
on_intel do
if Hardware::CPU.is_64_bit?
url "https://github.com/galargh/lotus/releases/download/v1.27.1/lotus_v1.27.1_linux_amd64_v1.tar.gz"
sha256 "some"
url "https://github.com/galargh/lotus/releases/download/v1.28.0/lotus_v1.28.0_linux_amd64_v1.tar.gz"
sha256 "d03e18a9b96cf53db9a23c7ba33eada6014477321b85dc0459f0d63bff14f0c2"

def install
bin.install "lotus"
Expand Down

0 comments on commit dbc860d

Please sign in to comment.