Files
homebrew-cask/Casks/a/amorphousdiskmark.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

24 lines
611 B
Ruby

cask "amorphousdiskmark" do
version "1.2.3,9"
sha256 :no_check
url "https://katsurashareware.com/dl/AmorphousDiskMark.zip"
name "AmorphousDiskMark"
desc "App to measure storage read/write performance"
homepage "https://katsurashareware.com/amorphousdiskmark/"
app "AmorphousDiskMark.app"
zap trash: [
"~/Library/Preferences/com.katsurashareware.AmorphousDiskMark.plist",
"~/Library/Saved Application State/com.katsurashareware.AmorphousDiskMark.savedState",
]
caveats do
discontinued
<<~EOS
Newer versions are only available on the Mac App Store.
EOS
end
end