From 95a34ee4a5ce5f5ea47e18dfb41216f1f4c16547 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 17:23:29 +0000 Subject: [PATCH] Update Homebrew Formula dokku/dokku to v0.34.6 --- Formula/dokku.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/dokku.rb b/Formula/dokku.rb index 8df26fe..66b9a54 100644 --- a/Formula/dokku.rb +++ b/Formula/dokku.rb @@ -1,8 +1,8 @@ class Dokku < Formula desc "Command-line client for the Dokku PaaS" homepage "http://dokku.viewdocs.io" - url "https://github.com/dokku/dokku/archive/refs/tags/v0.34.5.tar.gz" - sha256 "33ca8c8505b8ef2b4e9f61da90983c59625512cee1dfb852ee3ba8f2af8e2a2f" + url "https://github.com/dokku/dokku/archive/refs/tags/v0.34.6.tar.gz" + sha256 "57ae9713224e0b413bad18c7a7420ff2b004ce137e85a8e5f3e1156055f30b50" def install bin.install "contrib/dokku_client.sh" => "dokku"