From 16deb482e1a00c762a413eb0604984ec1f859e2d Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 16 Dec 2024 16:53:46 -0500 Subject: [PATCH] wangle 2024.12.16.00 Signed-off-by: Rui Chen --- Formula/w/wangle.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/w/wangle.rb b/Formula/w/wangle.rb index 29f5de88dae57..76145b0245dd3 100644 --- a/Formula/w/wangle.rb +++ b/Formula/w/wangle.rb @@ -1,8 +1,8 @@ class Wangle < Formula desc "Modular, composable client/server abstractions framework" homepage "https://github.com/facebook/wangle" - url "https://github.com/facebook/wangle/archive/refs/tags/v2024.12.02.00.tar.gz" - sha256 "7ceef343e8cec54da0b054ddd6fa5e50cc96bfe897011ff094a5ca207ed7e672" + url "https://github.com/facebook/wangle/archive/refs/tags/v2024.12.16.00.tar.gz" + sha256 "b8192204accaa16c26b0a83b94431956c6afa0c6989348697d8e80597a6d934e" license "Apache-2.0" head "https://github.com/facebook/wangle.git", branch: "main"