Skip to content

Commit

Permalink
Merge pull request #196212 from Moulick/master
Browse files Browse the repository at this point in the history
  • Loading branch information
bevanjkay authored Dec 23, 2024
2 parents 3164ad0 + c6ef11d commit f6ed56a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Casks/f/fastdmg.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
cask "fastdmg" do
version "1.0.2"
sha256 "405c99ee251ebe1a5f3e4cbec8b84e6211ee8b89e5abf0f50b7b2cee9567062a"

url "https://sveinbjorn.org/files/software/fastdmg/FastDMG-#{version}.zip"
name "FastDMG"
desc "Alternative to Apple's DiskImageMounter app"
homepage "https://sveinbjorn.org/fastdmg"

livecheck do
url "https://sveinbjorn.org/files/software/fastdmg/"
regex(/href=.*?FastDMG[._-]v?(\d+(?:\.\d+)+)\.zip/i)
end

depends_on macos: ">= :el_capitan"

app "FastDMG.app"

zap trash: "~/Library/Preferences/org.sveinbjorn.FastDMG.plist"
end

0 comments on commit f6ed56a

Please sign in to comment.