diff --git a/Formula/microbridge.rb b/Formula/microbridge.rb index e562985..148f097 100644 --- a/Formula/microbridge.rb +++ b/Formula/microbridge.rb @@ -16,7 +16,7 @@ class Microbridge < Formula desc "Open-source control plane for the Codex Micro (menu bar + daemon)" homepage "https://github.com/DevVig/microbridge" - version "0.1.0" + version "0.2.0" license "MIT" head "https://github.com/DevVig/microbridge.git", branch: "main" @@ -24,22 +24,22 @@ class Microbridge < Formula on_macos do on_arm do - url "https://github.com/DevVig/microbridge/releases/download/v0.1.0/microbridge-v0.1.0-aarch64-apple-darwin.tar.gz" + url "https://github.com/DevVig/microbridge/releases/download/v0.2.0/microbridge-v0.2.0-aarch64-apple-darwin.tar.gz" # sha256 filled by scripts/bump-formula.sh after each release - sha256 "d34c3c684940d7cbca3a06168b608fe1586a1668726453aa8013fe009558c2e2" + sha256 "4cecb8382298e3a0f2e70ef6e69371a5f656ef156b06ef0861e9ac82036ccdab" resource "ui" do - url "https://github.com/DevVig/microbridge/releases/download/v0.1.0/microbridge-ui-v0.1.0-aarch64-apple-darwin.tar.gz" - sha256 "decbf9da3092772bef611925c31f424f650c3e74b8d220d9a27ddc74c5b2d4d8" + url "https://github.com/DevVig/microbridge/releases/download/v0.2.0/microbridge-ui-v0.2.0-aarch64-apple-darwin.tar.gz" + sha256 "92d40dcfcdfff31bfdb31dfe0ff0463e0a20ac051c6733a0253cb388eaf6cd19" end end on_intel do - url "https://github.com/DevVig/microbridge/releases/download/v0.1.0/microbridge-v0.1.0-x86_64-apple-darwin.tar.gz" - sha256 "bdc519c4157d0a199deef89f9890a77d688d6b51ec1ca0599c620fa8e28bbb5e" + url "https://github.com/DevVig/microbridge/releases/download/v0.2.0/microbridge-v0.2.0-x86_64-apple-darwin.tar.gz" + sha256 "30233d0e97806e19e772acc68347ba5e5909f8fd6abe8ea9fe0f32789972e069" resource "ui" do - url "https://github.com/DevVig/microbridge/releases/download/v0.1.0/microbridge-ui-v0.1.0-x86_64-apple-darwin.tar.gz" - sha256 "ebf0bd949b2faf261c08d33f5db5b4161fd46be8f828c55b18ed4ffd40f63ddc" + url "https://github.com/DevVig/microbridge/releases/download/v0.2.0/microbridge-ui-v0.2.0-x86_64-apple-darwin.tar.gz" + sha256 "cf05d452d8fdc60970b9caf512f1777e989453772897f538ed6e45aac87dc758" end end end