Skip to content

Commit

Permalink
Cleanup brew style.
Browse files Browse the repository at this point in the history
  • Loading branch information
rajiv committed Jul 9, 2023
1 parent ad9215b commit 4456f4a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Casks/fastmate.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
cask "fastmate" do
if MacOS.version <= :mojave
on_mojave :or_older do
version "1.8.0"
sha256 "54e46f5c192c941a0c4f27364def9f1eee36850047c331a66377e3d151efeffe"

url "https://github.com/joelekstrom/fastmate/releases/download/v#{version}/Fastmate-#{version}.zip"
else

livecheck do
skip "Legacy version"
end
end
on_catalina :or_newer do
version "1.9.1"
sha256 "8e8555fbe75232e9c182f4a11cc1c5447bd75f28ed24d407d3d6cb4d5e8f8538"

url "https://github.com/joelekstrom/fastmate/releases/download/v#{version}/Fastmate-#{version}.zip"

livecheck do
Expand Down

0 comments on commit 4456f4a

Please sign in to comment.