diff --git a/Formula/hostd.rb b/Formula/hostd.rb index 20eef70..be2415e 100644 --- a/Formula/hostd.rb +++ b/Formula/hostd.rb @@ -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", "./..." diff --git a/Formula/renterd.rb b/Formula/renterd.rb index db830ec..bd3bb25 100644 --- a/Formula/renterd.rb +++ b/Formula/renterd.rb @@ -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", "./..."