Files
Justin Krehel d41b7dd26c tmpdisk 2.0.7
2024-01-04 14:51:00 -05:00

16 lines
415 B
Ruby

cask "tmpdisk" do
version "2.0.7"
sha256 "91f8389fa88192e9edda8880643d4b9994ab7bc6b1ad99981a52ea7535325eea"
url "https://github.com/imothee/tmpdisk/releases/download/v#{version}/TmpDisk.dmg"
name "TmpDisk"
desc "Ram disk management"
homepage "https://github.com/imothee/tmpdisk"
depends_on macos: ">= :mojave"
app "TmpDisk.app"
zap trash: "~/Library/Preferences/com.imothee.TmpDisk.plist"
end