From 4edbcd4c606d8b5d4dc6620f29c11738325cd6b2 Mon Sep 17 00:00:00 2001 From: Joel Thorstensson Date: Mon, 1 Jul 2024 09:52:12 +0100 Subject: [PATCH] Remove explicit version --- Formula/ceramic-one.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Formula/ceramic-one.rb b/Formula/ceramic-one.rb index 0e68bbc..f0c868c 100644 --- a/Formula/ceramic-one.rb +++ b/Formula/ceramic-one.rb @@ -1,7 +1,6 @@ class CeramicOne < Formula desc "Implementation of the Ceramic protocol in Rust" homepage "https://ceramic.network" - version "0.25.0" # Conditional URL and SHA based on architecture if Hardware::CPU.intel? url "https://github.com/ceramicnetwork/rust-ceramic/releases/download/v0.25.0/ceramic-one_x86_64-apple-darwin_brew-test.tar.gz"