From a3625603a2ec37903840d01913d1573c8fe13087 Mon Sep 17 00:00:00 2001 From: Chris Schinnerl Date: Tue, 5 Nov 2024 11:12:33 +0100 Subject: [PATCH] fix audit --- Formula/hostd.rb | 7 +++---- Formula/renterd.rb | 7 +++---- Formula/walletd.rb | 6 +++--- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/Formula/hostd.rb b/Formula/hostd.rb index 5c776ea..95473c2 100644 --- a/Formula/hostd.rb +++ b/Formula/hostd.rb @@ -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", "./..." @@ -15,4 +15,3 @@ def install system "#{bin}/hostd", "version" end end - diff --git a/Formula/renterd.rb b/Formula/renterd.rb index f61e4c6..5e2674a 100644 --- a/Formula/renterd.rb +++ b/Formula/renterd.rb @@ -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", "./..." @@ -15,4 +15,3 @@ def install system "#{bin}/renterd", "version" end end - diff --git a/Formula/walletd.rb b/Formula/walletd.rb index 607f281..7e4675b 100644 --- a/Formula/walletd.rb +++ b/Formula/walletd.rb @@ -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", "./..."