Skip to content

Commit

Permalink
Merge pull request #3 from SiaFoundation/chris/gcc
Browse files Browse the repository at this point in the history
Add gcc dependency
  • Loading branch information
ChrisSchinnerl authored Jan 19, 2024
2 parents 15b8896 + 2844cee commit 32317e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/hostd.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
class Hostd < Formula
desc "Hostd: A host for Sia"
homepage "https://github.com/SiaFoundation/hostd"
url "https://github.com/SiaFoundation/hostd.git", :tag => "v1.0.2-beta.1"
url "https://github.com/SiaFoundation/hostd.git", :tag => "v1.0.1"

depends_on "go" => :build
depends_on "gcc" => :build

def install
system "go", "generate", "./..."
Expand Down
1 change: 1 addition & 0 deletions Formula/renterd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Renterd < Formula
url "https://github.com/SiaFoundation/renterd.git", :tag => "v1.0.2"

depends_on "go" => :build
depends_on "gcc" => :build

def install
system "go", "generate", "./..."
Expand Down

0 comments on commit 32317e3

Please sign in to comment.