mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
The SecureSafe Client will allow you to sync all of your SecureSafe files to your local Mac or Windows computer.
10 lines
225 B
Ruby
10 lines
225 B
Ruby
cask :v1 => 'securesafe' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'http://www.securesafe.com/en/assets/sync-client/SecureSafe.dmg'
|
|
homepage 'https://www.securesafe.com/'
|
|
license :unknown
|
|
|
|
app 'SecureSafe.app'
|
|
end
|