From ab68b0664dec6bab5689b1e37d9cbae657bc158e Mon Sep 17 00:00:00 2001 From: Tommy Graves Date: Wed, 20 Dec 2023 17:15:00 -0500 Subject: [PATCH] Update Mint to 0.0.12 --- .github/workflows/mint-ci.yml | 2 +- Formula/mint.rb | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/mint-ci.yml b/.github/workflows/mint-ci.yml index 40c8acb..b369c59 100644 --- a/.github/workflows/mint-ci.yml +++ b/.github/workflows/mint-ci.yml @@ -9,7 +9,7 @@ jobs: matrix: include: - name: mint - version: "0.0.11" + version: "0.0.12" steps: - uses: actions/checkout@v3 with: diff --git a/Formula/mint.rb b/Formula/mint.rb index 4e3f186..c746e2c 100644 --- a/Formula/mint.rb +++ b/Formula/mint.rb @@ -1,16 +1,16 @@ class Mint < Formula desc "Mint is the CI platform with the best developer experience, powering the fastest builds" homepage "https://www.rwx.com/mint" - version "0.0.11" + version "0.0.12" if OS.mac? && Hardware::CPU.intel? url "https://github.com/rwx-research/mint-cli/releases/download/v#{version}/mint-darwin-x86_64", user_agent: :fake - sha256 "1a29f16b05d00a6d825c93b8101a2d9a3b56d92a4243a68366ac148cd0541cb9" + sha256 "32fdf55b2560a16a7af3bf1f8f79f1891bd218926131be76dc6b58e111423e45" end if OS.mac? && Hardware::CPU.arm? url "https://github.com/rwx-research/mint-cli/releases/download/v#{version}/mint-darwin-aarch64", user_agent: :fake - sha256 "50a11d064c598b057d3b587e14699f372abb4a6c9f530ffed855f446fbf53bd9" + sha256 "07153bab570d7bd2d3b6982c0deb170f0bfc64083bfe2833ba9a9b327209acbd" end def install