Files
homebrew-cask/Casks/r/rippling.rb
2023-11-29 23:56:27 -05:00

23 lines
662 B
Ruby

cask "rippling" do
version "3.6.9"
sha256 "c0750a3f912df16b9239f3920342094ef89d0e403a7fb9964896f61b4b858cbd"
url "https://hardware-cdn.rippling.com/device_release/electron-installer/#{version}/macos/Rippling.dmg"
name "Rippling"
desc "MDM for Rippling"
homepage "https://www.rippling.com/device-management"
livecheck do
url "https://app.rippling.com/api/hardware/general_installer/?os=mac"
strategy :header_match
end
app "Rippling.app"
zap trash: [
"~/Library/Application Support/Rippling",
"~/Library/Preferences/com.rippling.client.plist",
"~/Library/Saved Application State/com.rippling.client.savedState",
]
end