From f8ea363c4e4e4fb339f2b72d64b64cfb8215aef8 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 10 Jan 2025 00:13:19 +0000 Subject: [PATCH] Update Homebrew formula to version v1.0.3 --- Formula/defang.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/defang.rb b/Formula/defang.rb index 5cfa5fe..aa09942 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.1.tar.gz" - sha256 "1d64e234d6d39c375ac35d932be54f8da0aa934ef9edc2d9491f08575cf7014e" + url "https://github.com/DefangLabs/defang/archive/refs/tags/v1.0.3.tar.gz" + sha256 "d2ddbb55efd179efcffcc8352fe23e6884f473a069a52da05793685ace2cde75" license "MIT" head "https://github.com/DefangLabs/defang.git", branch: "main"