From 66d85619343b49ad627f2600386f30e171500dac Mon Sep 17 00:00:00 2001 From: bloctopus-bot Date: Wed, 29 Oct 2025 14:36:36 +0000 Subject: [PATCH] blocmcp: bump to v0.1.4 --- Formula/blocmcp.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/blocmcp.rb b/Formula/blocmcp.rb index 582218c..385fdf6 100644 --- a/Formula/blocmcp.rb +++ b/Formula/blocmcp.rb @@ -5,21 +5,21 @@ class Blocmcp < Formula on_macos do if Hardware::CPU.arm? - url "https://github.com/0xBloctopus/homebrew-tap/releases/download/v0.1.3/blocmcp_v0.1.3_darwin_arm64.tar.gz" - sha256 "f5ed7901d566f4e6150dc9d98ceaaf3174ab5b1897b2bdc680762e8600684b4f" + url "https://github.com/0xBloctopus/homebrew-tap/releases/download/v0.1.4/blocmcp_v0.1.4_darwin_arm64.tar.gz" + sha256 "d9e0428b4aef34765ce41ea1d49d69edaea2b0a0af08516d0b65c48fb88d92c2" else - url "https://github.com/0xBloctopus/homebrew-tap/releases/download/v0.1.3/blocmcp_v0.1.3_darwin_amd64.tar.gz" - sha256 "58d3f10a85b4b4c9d04dbee498811b41250b3ebc1e851d1a5e81f6bd52adf987" + url "https://github.com/0xBloctopus/homebrew-tap/releases/download/v0.1.4/blocmcp_v0.1.4_darwin_amd64.tar.gz" + sha256 "3ba4a8bbdc3ce0648359d4fd029554b5bdb3d6e40b259ee65f03ad715d247823" end end on_linux do if Hardware::CPU.arm? - url "https://github.com/0xBloctopus/homebrew-tap/releases/download/v0.1.3/blocmcp_v0.1.3_linux_arm64.tar.gz" - sha256 "cf4396d9205f4384007c57f691f6bfe3734253f7e4eca18af6e1acc58eb264c6" + url "https://github.com/0xBloctopus/homebrew-tap/releases/download/v0.1.4/blocmcp_v0.1.4_linux_arm64.tar.gz" + sha256 "98e98b1f234e6b3bda2e4d5c30785559cd22d64ece5991af2d72a33704cadce5" else - url "https://github.com/0xBloctopus/homebrew-tap/releases/download/v0.1.3/blocmcp_v0.1.3_linux_amd64.tar.gz" - sha256 "b8f32219f388c9b6999015912b7b184c784767e1c4579130b4da32df166ca20c" + url "https://github.com/0xBloctopus/homebrew-tap/releases/download/v0.1.4/blocmcp_v0.1.4_linux_amd64.tar.gz" + sha256 "ece0a8e10fc26a760c8643f558655dbf40dad5a4a95a19d2ded5fbf17bb92d30" end end