From e2518ca3988c5e4763b92f78a54e6eb4728fe37e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 5 Nov 2024 09:32:29 +0000 Subject: [PATCH 1/2] dufs 0.43.0 --- Formula/d/dufs.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/dufs.rb b/Formula/d/dufs.rb index d11136f641c9e6..15e7562bac2331 100644 --- a/Formula/d/dufs.rb +++ b/Formula/d/dufs.rb @@ -1,8 +1,8 @@ class Dufs < Formula desc "Static file server" homepage "https://github.com/sigoden/dufs" - url "https://github.com/sigoden/dufs/archive/refs/tags/v0.42.0.tar.gz" - sha256 "76439a01c142d6a378912930de4b74821aa2fef54ccfb7dbb00d6ea3b1a0ab4c" + url "https://github.com/sigoden/dufs/archive/refs/tags/v0.43.0.tar.gz" + sha256 "4ba3b90486336efc4e592bcf15f14d4e3b6ac7b3b1bf8770815b8c43975d8b01" license any_of: ["Apache-2.0", "MIT"] bottle do From 6e55cc811846e73dc8ab1219b4a57ca647e51329 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 5 Nov 2024 09:58:28 +0000 Subject: [PATCH 2/2] dufs: update 0.43.0 bottle. --- Formula/d/dufs.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/d/dufs.rb b/Formula/d/dufs.rb index 15e7562bac2331..6ff59c059a120d 100644 --- a/Formula/d/dufs.rb +++ b/Formula/d/dufs.rb @@ -6,14 +6,12 @@ class Dufs < Formula license any_of: ["Apache-2.0", "MIT"] bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ac3566fe5294fe2426e911b28acf6daefac058dc8c0d94e50e902b55323c9d45" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e6429c8756124168ff779a3fb1ce09ada5fb25e02374ab7b168555763a4b971a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "341a66c050fb0af6a9afff679f5a6e65bbb6d6d5c16199f8d925c80330069a64" - sha256 cellar: :any_skip_relocation, arm64_monterey: "e07983bebda8931266dce4c3e23153d22c8d8fe3cd5409425bdd2d7481b726d7" - sha256 cellar: :any_skip_relocation, sonoma: "679ca39d82ad40dbb24376f17746ed7ba8e2e72b3262b5b6d948080eff91dae8" - sha256 cellar: :any_skip_relocation, ventura: "db19c77860c925734e58f5cf06d6640c76f2fe20464c380b1a873af813656aaa" - sha256 cellar: :any_skip_relocation, monterey: "3ae3007836b1297ec00bfcbb8bb31afb54e9d2f9e28454e04bd482788a629c35" - sha256 cellar: :any_skip_relocation, x86_64_linux: "379ad8a7c76a0775f5f17dea369a746d2f67e74248d3595234ce7ebb834399f2" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e9907f1078c8ae4f2a52d038eef8ce547ac8cb14d88aced1ae385b562322c717" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "362bbbbe8f036f15d480ef45c944ce97cbe86d9e9b739d2403e9984df7106e6f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9b5f5323b754d091c8c15573339a9e0ac241eb30a6e1225fe737e9e41cdede6f" + sha256 cellar: :any_skip_relocation, sonoma: "dade66c1045bd01e2725a36df9f95b71c2d4035a522bc258ecd9a10069dc0d45" + sha256 cellar: :any_skip_relocation, ventura: "ff3b995c743d161810b2d11544feb09771673ad5696ef712413f2ede68ac88c6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cf38795658e47257cee21c8d5ee8116fb9241b2638c75d17d03adee7b31b6b72" end depends_on "rust" => :build