From f793c2318fca7b61dbcabadb8dcbdbb788bcfe3a Mon Sep 17 00:00:00 2001 From: Tommy Graves Date: Tue, 23 Jan 2024 12:56:00 -0500 Subject: [PATCH] Update Mint to 0.0.14 --- .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 e187297..8a28f18 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.13" + version: "0.0.14" steps: - uses: actions/checkout@v3 with: diff --git a/Formula/mint.rb b/Formula/mint.rb index 605c4d0..440c9e2 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.13" + version "0.0.14" 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 "fd301ab37caccc762c56b54c256423b0aebc6e301e1e6147b1fe0fb3cab93e5f" + sha256 "877935937beab875c090d9befed6a4919295255a3da1aaa68f2965deec25142a" 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 "9e50a4aa70324c12aa36661c1d48164e448f469ab86d910698304132fb3ee8f0" + sha256 "bc79601a9ae7f0a5a1e50bc59f7cda4bb7b73722060adfd1cd33d18cfa3638ef" end def install