From 1f191ef4286f3fa4b33c5bfc04cbaa3e88aa834a Mon Sep 17 00:00:00 2001 From: ChrisSchinnerl <3903476+ChrisSchinnerl@users.noreply.github.com> Date: Wed, 18 Dec 2024 10:29:05 +0000 Subject: [PATCH] renterd: v1.1.1 --- Formula/renterd.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/renterd.rb b/Formula/renterd.rb index b7f656f..c06b64d 100644 --- a/Formula/renterd.rb +++ b/Formula/renterd.rb @@ -1,7 +1,7 @@ class Renterd < Formula desc "Renting application for the Sia network" homepage "https://github.com/SiaFoundation/renterd" - url "https://github.com/SiaFoundation/renterd.git", tag: "v1.1.0" + url "https://github.com/SiaFoundation/renterd.git", tag: "v1.1.1" depends_on "gcc" => :build depends_on "go" => :build