From d216b21cefcb05b37c9a8f46267feef472671732 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 26 Jan 2025 18:31:54 -0500 Subject: [PATCH 1/2] fastd 23 autobump: add fastd Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/f/fastd.rb | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index 4ffeb8454201c..fbd501cfd5c63 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -946,6 +946,7 @@ fantom fanyi fast_float fastapi +fastd fastfec fastfetch fastlane diff --git a/Formula/f/fastd.rb b/Formula/f/fastd.rb index 9766c553d9483..05343fbb40c2a 100644 --- a/Formula/f/fastd.rb +++ b/Formula/f/fastd.rb @@ -2,12 +2,11 @@ class Fastd < Formula desc "Fast and Secure Tunnelling Daemon" homepage "https://github.com/neocturne/fastd" license "BSD-2-Clause" - revision 2 head "https://github.com/neocturne/fastd.git", branch: "main" stable do - url "https://github.com/neocturne/fastd/releases/download/v22/fastd-22.tar.xz" - sha256 "19750b88705d66811b7c21b672537909c19ae6b21350688cbd1a3a54d08a8951" + url "https://github.com/neocturne/fastd/releases/download/v23/fastd-23.tar.xz" + sha256 "dcab54485c79dda22ce6308a2a48764d53977a518952facd1204ba21af1c86e0" # remove in next release patch do From 19067056f67d272ee718fcab6d070693588156df Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 27 Jan 2025 00:02:51 +0000 Subject: [PATCH 2/2] fastd: update 23 bottle. --- Formula/f/fastd.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/f/fastd.rb b/Formula/f/fastd.rb index 05343fbb40c2a..15c835e422b46 100644 --- a/Formula/f/fastd.rb +++ b/Formula/f/fastd.rb @@ -16,14 +16,12 @@ class Fastd < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "dec129faf709276bc51ace4b7f75b3c5ad0bd7054d16f6732e7d17af88d214dc" - sha256 cellar: :any, arm64_sonoma: "47546d8f19b4aa18516f976cd4da96dacc190ac1d29ed97724baed9240d4e8c9" - sha256 cellar: :any, arm64_ventura: "024b4441f467477b61a7ed9dbce3bb5eaae293a77131abd6293741679d122a77" - sha256 cellar: :any, arm64_monterey: "5c53118d30669c0aafb1662819055f9c21e1344142f61a1219791c10ccf505ce" - sha256 cellar: :any, sonoma: "b7f218a850d3c7005c3fcca7387012fb5e97a8a442eb5fc2b4b2c130ac0bf0a9" - sha256 cellar: :any, ventura: "1d2c5e23e64ac443c0feb2d050d0a7312072a1d00452cb847f7c3e6a70a318c4" - sha256 cellar: :any, monterey: "091f3b642fdff66047b93c2a7266ba6b1879b43f125e69b6edeeb67e75d51848" - sha256 x86_64_linux: "9a66efcc168c33e8bfcb41ac843cac44e083d1eccc1fc024347dcc254f5faad0" + sha256 cellar: :any, arm64_sequoia: "0e49dc056a65bd9665f96f384eff2843e3171ce178758cae06f8c2263a350511" + sha256 cellar: :any, arm64_sonoma: "71e35318e2053784ab994a73a4154ed20f9edbdc0d8f499a640b6acb9f2e304b" + sha256 cellar: :any, arm64_ventura: "39736a2f0b8cbf6e57cb89b7f16ad59195007b8299c1b308815b5f053824df47" + sha256 cellar: :any, sonoma: "4b2b7cbd3c7cd14efeb200d2e2a75ce9b1fb15633fe323d486ef7da2739ae129" + sha256 cellar: :any, ventura: "d67909e9fba4d7f3accffe974b6142a0fe9e9c6bd8a661e4e20fc4b1ad0c01ec" + sha256 x86_64_linux: "7578a78bec1555ad86e17cd3e88423093def42af998403fd316bbcf03d975789" end depends_on "bison" => :build