Skip to content

Commit

Permalink
Update Mint to 0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
TAGraves committed Jan 23, 2024
1 parent 3648e51 commit f793c23
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.13"
version: "0.0.14"
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.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
Expand Down

0 comments on commit f793c23

Please sign in to comment.