2023-07-11 19:29:50 +05:30
|
|
|
cask "ente" do
|
2024-01-29 09:55:11 -05:00
|
|
|
version "1.6.63"
|
|
|
|
|
sha256 "3598e03ab794e023f50711458d22438a26c23bc1211f2c867406fc1d0b08ee71"
|
2023-07-11 19:29:50 +05:30
|
|
|
|
2023-12-18 13:06:05 +11:00
|
|
|
url "https://github.com/ente-io/photos-desktop/releases/download/v#{version}/ente-#{version}-universal.dmg",
|
2023-07-11 19:29:50 +05:30
|
|
|
verified: "github.com/ente-io/photos-desktop/"
|
|
|
|
|
name "Ente"
|
|
|
|
|
desc "Desktop client for Ente"
|
|
|
|
|
homepage "https://ente.io/"
|
|
|
|
|
|
|
|
|
|
livecheck do
|
|
|
|
|
url :url
|
|
|
|
|
strategy :github_latest
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
app "ente.app"
|
|
|
|
|
|
|
|
|
|
zap trash: [
|
|
|
|
|
"~/Library/Application Support/ente",
|
|
|
|
|
"~/Library/Logs/ente",
|
|
|
|
|
"~/Library/Preferences/io.ente.bhari-frame.helper.plist",
|
2024-01-20 14:45:39 +00:00
|
|
|
"~/Library/Preferences/io.ente.bhari-frame.plist",
|
2023-07-11 19:29:50 +05:30
|
|
|
"~/Library/Saved Application State/io.ente.bhari-frame.savedState",
|
|
|
|
|
]
|
|
|
|
|
end
|