Skip to content

Commit

Permalink
Release Mint 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TAGraves committed Sep 3, 2024
1 parent 985103f commit 6fc6c8a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mint-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
matrix:
include:
- name: mint
version: "1.1.1"
version: "1.1.2"
os: macos-12 # intel
- name: mint
version: "1.1.1"
version: "1.1.2"
os: macos-14 # arm
steps:
- uses: actions/checkout@v3
Expand All @@ -35,7 +35,7 @@ jobs:
matrix:
include:
- name: mint
version: "1.1.1"
version: "1.1.2"
steps:
- name: Install homebrew
uses: Homebrew/actions/setup-homebrew@5caa94335a28d8fdf5a478ae8586f2da40a0a989
Expand Down
8 changes: 4 additions & 4 deletions Formula/mint.rb
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
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 "1.1.1"
version "1.1.2"

if OS.mac?
if Hardware::CPU.intel?
url "https://github.com/rwx-research/mint-cli/releases/download/v#{version}/mint-darwin-x86_64", user_agent: :fake
sha256 "e9f0be6887585ecf5298a8b740f313dc327a660d2da58322f7f7ed11f7b08544"
sha256 "f767600405ef49c055b391034bdd7643d47a6cca6d5071f1c4e9c57efdd46e5e"
elsif Hardware::CPU.arm?
url "https://github.com/rwx-research/mint-cli/releases/download/v#{version}/mint-darwin-aarch64", user_agent: :fake
sha256 "303036abc3f9aba54d47cf7d06c430c52f0d48c1b0275d08d32753f5920c3ed3"
sha256 "fb11a13fc651fa2d44050975ff648649cb221433a25f3ebb3a160b9f5e7278ed"
end
else
if Hardware::CPU.intel?
url "https://github.com/rwx-research/mint-cli/releases/download/v#{version}/mint-linux-x86_64", user_agent: :fake
sha256 "142347f2e815e149134c620b5c341e4a3dea273637aee63ab8db2c9360467e92"
sha256 "909241bd452088d571a586f6a20dd32e92fd398f7575490964b6a0243372f0b3"
end
end

Expand Down

0 comments on commit 6fc6c8a

Please sign in to comment.