From 14f8d4c2a5af21541cf37efb98c232b05c0e38b6 Mon Sep 17 00:00:00 2001 From: ChrisSchinnerl Date: Sat, 6 Apr 2024 04:26:01 +0000 Subject: [PATCH] hostd: v1.0.4 --- Formula/hostd.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/hostd.rb b/Formula/hostd.rb index 21ef95a..867a05b 100644 --- a/Formula/hostd.rb +++ b/Formula/hostd.rb @@ -1,7 +1,7 @@ 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.3" + url "https://github.com/SiaFoundation/hostd.git", :tag => "v1.0.4" depends_on "go" => :build depends_on "gcc" => :build