Skip to content

Commit

Permalink
Update Mint to 0.0.13 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
TAGraves authored Jan 11, 2024
1 parent 13964c1 commit c2d6530
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mint-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
include:
- name: mint
version: "0.0.12"
version: "0.0.13"
steps:
- uses: actions/checkout@v3
with:
Expand Down
6 changes: 3 additions & 3 deletions Formula/mint.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c2d6530

Please sign in to comment.