Skip to content

Commit

Permalink
fix audit
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSchinnerl committed Nov 5, 2024
1 parent 4a3ccb3 commit a362560
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
7 changes: 3 additions & 4 deletions Formula/hostd.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
class Hostd < Formula
desc "Hostd: A host for Sia"
desc "A host for Sia"
homepage "https://github.com/SiaFoundation/hostd"
url "https://github.com/SiaFoundation/hostd.git", :tag => "v1.1.2"
url "https://github.com/SiaFoundation/hostd.git", tag: "v1.1.2"

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

def install
system "go", "generate", "./..."
Expand All @@ -15,4 +15,3 @@ def install
system "#{bin}/hostd", "version"
end
end

7 changes: 3 additions & 4 deletions Formula/renterd.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
class Renterd < Formula
desc "Renterd: The Next-Gen Sia Renter"
desc "The Next-Gen Sia Renter"
homepage "https://github.com/SiaFoundation/renterd"
url "https://github.com/SiaFoundation/renterd.git", :tag => "v1.0.8"
url "https://github.com/SiaFoundation/renterd.git", tag: "v1.0.8"

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

def install
system "go", "generate", "./..."
Expand All @@ -15,4 +15,3 @@ def install
system "#{bin}/renterd", "version"
end
end

6 changes: 3 additions & 3 deletions Formula/walletd.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
class Walletd < Formula
desc "Walletd: The new Sia wallet"
desc "The new Sia wallet"
homepage "https://github.com/SiaFoundation/walletd"
url "https://github.com/SiaFoundation/walletd.git", :tag => "v0.8.0"
url "https://github.com/SiaFoundation/walletd.git", tag: "v0.8.0"

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

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

0 comments on commit a362560

Please sign in to comment.