mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Add ente.app v1.6.35
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
cask "ente" do
|
||||
version "1.6.35"
|
||||
sha256 "d3f864a1a839f5c09f41f21c830fcbc01c90c96492b7e1d9e0bba4d3720e48ff"
|
||||
|
||||
url "https://github.com/ente-io/photos-desktop/releases/download/v#{version}/ente-#{version}.dmg",
|
||||
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.plist",
|
||||
"~/Library/Preferences/io.ente.bhari-frame.helper.plist",
|
||||
"~/Library/Saved Application State/io.ente.bhari-frame.savedState",
|
||||
]
|
||||
end
|
||||
Reference in New Issue
Block a user