homebrew-cask/Casks/padlock.rb

13 lines
435 B
Ruby
Raw Normal View History

2017-11-20 04:35:32 +08:00
cask 'padlock' do
2018-06-14 12:42:13 +08:00
version '2.7.2'
sha256 'cb25ba911a07476d4914a9f9c20b252cbd141ddeff2bf0c677ead33cdb2a84d8'
2017-11-20 04:35:32 +08:00
2018-06-14 12:42:13 +08:00
# github.com/padlock/padlock was verified as official when first introduced to the cask
url "https://github.com/padlock/padlock/releases/download/v#{version}/Padlock-#{version}.dmg"
appcast 'https://github.com/padlock/padlock/releases.atom'
2017-11-20 04:35:32 +08:00
name 'Padlock'
homepage 'https://padlock.io/'
app 'Padlock.app'
end