-
-
Notifications
You must be signed in to change notification settings - Fork 11.5k
Expand file tree
/
Copy pathwaltr.rb
More file actions
31 lines (25 loc) · 828 Bytes
/
waltr.rb
File metadata and controls
31 lines (25 loc) · 828 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
cask "waltr" do
version "2.6.27"
sha256 "5b1ca23244d060c6ca941f96ca78e91fbff5cde34cdf5d9879468fee6e2929f3"
url "https://shining.softorino.com/shine_uploads/waltr#{version.major}mac_#{version}.dmg"
name "WALTR"
desc "Media direct transfer tool for Apple devices"
homepage "https://softorino.com/legacy/waltr"
livecheck do
url "https://shining.softorino.com/appcast.php?abbr=w#{version.major}m"
strategy :sparkle
end
auto_updates true
depends_on :macos
app "Waltr #{version.major}.app"
zap trash: [
"/Users/Shared/Waltr #{version.major}",
"/Users/Shared/Waltr",
"~/Library/Application Support/Waltr #{version.major}",
"~/Library/Application Support/Waltr",
"~/Library/Preferences/com.softorino.waltr#{version.major}.plist",
]
caveats do
requires_rosetta
end
end