-
-
Notifications
You must be signed in to change notification settings - Fork 11.5k
Expand file tree
/
Copy pathbeamer.rb
More file actions
33 lines (27 loc) · 912 Bytes
/
beamer.rb
File metadata and controls
33 lines (27 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
cask "beamer" do
version "4.2.0"
sha256 "6bd4a6c84e10ce35c5d641f921d875120a2acfb9e58300ee47d63bbdeb8f547a"
url "https://ushining.softorino.com/shine_uploads/beamermac_#{version}.dmg"
name "Beamer"
desc "Desktop casting/streaming app for Apple TV and Chromecast"
homepage "https://softorino.com/beamer/"
livecheck do
url "https://ushining.softorino.com/appcast.php?abbr=bmrm"
strategy :sparkle
end
auto_updates true
depends_on :macos
app "Beamer.app"
zap trash: [
"~/Library/Application Support/Beamer",
"~/Library/Caches/com.softorino.beamer",
"~/Library/HTTPStorages/com.softorino.beamer",
"~/Library/Logs/Beamer",
"~/Library/Preferences/com.softorino.beamer.plist",
"~/Library/Saved Application State/com.softorino.beamer.savedState",
],
rmdir: "/Users/Shared/Beamer"
caveats do
requires_rosetta
end
end