Merge pull request #154225 from johnpitchko/add-rippling

This commit is contained in:
Razvan Azamfirei
2023-09-02 09:34:57 -04:00
committed by GitHub
+22
View File
@@ -0,0 +1,22 @@
cask "rippling" do
version "3.6.3"
sha256 "a6277f7c3a5c7c683f3cb836531f14117d322f2027a4af6e74b734b880f430c9"
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