mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
16 lines
410 B
Ruby
16 lines
410 B
Ruby
cask "360safe" do
|
|
version "1.2.6"
|
|
sha256 "bf161080b20bc1550e30d705075088f1f77b35aa88192c32cce25e532e09b6f4"
|
|
|
|
url "https://free.360totalsecurity.com/totalsecurity/mac/360ts_mac_#{version}.dmg"
|
|
name "360 Total Security"
|
|
desc "Protection and antivirus security"
|
|
homepage "https://www.360totalsecurity.com/features/360-total-security-mac/"
|
|
|
|
app "360Safe.app"
|
|
|
|
caveats do
|
|
discontinued
|
|
end
|
|
end
|