diff --git a/Formula/d/dagu.rb b/Formula/d/dagu.rb index 4f359c92f349..2f9debc3b469 100644 --- a/Formula/d/dagu.rb +++ b/Formula/d/dagu.rb @@ -1,18 +1,18 @@ class Dagu < Formula desc "Lightweight and powerful workflow engine" homepage "https://dagu.sh" - url "https://github.com/dagu-org/dagu/archive/refs/tags/v2.5.0.tar.gz" - sha256 "0f5a35ac86dd5214040bf572648be9db8a44b1f20afcea6853fd34a08523786c" + url "https://github.com/dagu-org/dagu/archive/refs/tags/v2.6.0.tar.gz" + sha256 "c0ed2d10762a3dd0f75528f407c12ef50470411a50f6b9e00b9cc6868621bfa8" license "GPL-3.0-only" head "https://github.com/dagu-org/dagu.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_tahoe: "92b5ddb63b29a813a3953b8eada744f02740f036bac374b955aec3b9762cf85a" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "dce30bf9f14c462a5904ea640c9937f0fce62f36d2ea817cfc54cd6010b0bf30" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0b21bbebe13040ad33933bd795180ffaba16d8b289acd7a5dea84f1dc2436ef9" - sha256 cellar: :any_skip_relocation, sonoma: "a77c982803c637c17d3a497a8ddad80a95566a8ea8b63bcd54b4df04fb6b3f7d" - sha256 cellar: :any_skip_relocation, arm64_linux: "3cc46a8355328b8387ff3f94617f1ac1660ef1f5d142fcabdb07db6bf8989926" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2c934ad02e36dad27b87d5da00460fe388571438ff589a95874cf2b62e06c5b4" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "8314a22901307033e6cd254b480de2c66f526655a31bd4eee344981f8347c826" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5128a0a6389d1947e2bbca97e38a6a18198c783ae45b53141dda0258b657e075" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c13675f87e01803cbf920a9f0b5af626a12d3f689ba7709cb0a053a3c324fae0" + sha256 cellar: :any_skip_relocation, sonoma: "a7a193295e0845e1e4a0dad324e8b873b9e1af7cca733412433541b4ef4389f5" + sha256 cellar: :any_skip_relocation, arm64_linux: "1d9762abc17bfb7a466f665946b19edd649f6426259978d5f2ed00a72f8fa6f3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "37e522e1c52016e7698dae3c187313fa9fc7b93592c777f6d5b67965d7257ea3" end depends_on "go" => :build