Add kMeet v1.1.34 (#116931)

* Add kMeet v1.1.34

* Fix style

* Fix typo

* Sort zaps alphabetically

* Use string instead of single-line array
This commit is contained in:
Nicolas Hedger 2022-01-04 22:51:59 +01:00 committed by GitHub
parent 86df5e1e13
commit 31ae930955
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
Casks/kmeet.rb Normal file
View File

@ -0,0 +1,24 @@
cask "kmeet" do
version "1.1.34"
sha256 :no_check
url "https://download.storage.infomaniak.com/meet/kMeet.dmg"
name "kMeet"
desc "Client for the kMeet videoconferencing solution"
homepage "https://kmeet.infomaniak.com/"
livecheck do
url "https://download.storage.infomaniak.com/meet/latest-mac.yml"
strategy :electron_builder
end
app "kMeet.app"
uninstall quit: "com.infomaniak.meet"
zap trash: [
"~/Library/Application Support/Caches/kmeet-electron-updater",
"~/Library/Application Support/kMeet",
"~/Library/Logs/kMeet",
]
end