From 81efc308cfbde7b7f70cca3c4448a69e6e531dce Mon Sep 17 00:00:00 2001 From: Tommy Graves Date: Thu, 11 Jan 2024 09:24:46 -0500 Subject: [PATCH] Update Mint to 0.0.13 --- .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 b369c59..e187297 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.12" + version: "0.0.13" steps: - uses: actions/checkout@v3 with: diff --git a/Formula/mint.rb b/Formula/mint.rb index c746e2c..605c4d0 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.12" + version "0.0.13" 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 "32fdf55b2560a16a7af3bf1f8f79f1891bd218926131be76dc6b58e111423e45" + sha256 "fd301ab37caccc762c56b54c256423b0aebc6e301e1e6147b1fe0fb3cab93e5f" 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 "07153bab570d7bd2d3b6982c0deb170f0bfc64083bfe2833ba9a9b327209acbd" + sha256 "9e50a4aa70324c12aa36661c1d48164e448f469ab86d910698304132fb3ee8f0" end def install