From 42274c71eadf279fda41ddde7338932b4ded2f87 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 18 Jan 2025 22:23:31 +0000 Subject: [PATCH] Update Homebrew formula to version v1.0.5 --- Formula/defang.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/defang.rb b/Formula/defang.rb index cf7e2ac..13aa3b5 100644 --- a/Formula/defang.rb +++ b/Formula/defang.rb @@ -1,8 +1,8 @@ class Defang < Formula desc "Command-line interface for the Defang Opinionated Platform" homepage "https://defang.io" - url "https://github.com/DefangLabs/defang/archive/refs/tags/v1.0.4.tar.gz" - sha256 "c41ad95762b19d66869fc2929701d7559a14949ebef49973cfa9c60f33506e45" + url "https://github.com/DefangLabs/defang/archive/refs/tags/v1.0.5.tar.gz" + sha256 "05d0fb8b9b6543b58a948163c0c33148f243ed28a44e22af6c0b8cf57038f37a" license "MIT" head "https://github.com/DefangLabs/defang.git", branch: "main"