homebrew-cask/Casks/inpad.rb

14 lines
540 B
Ruby
Raw Normal View History

2017-01-03 22:14:44 +08:00
cask 'inpad' do
version '0.1.0'
sha256 'a66a0be66bc98d31f36232ab9b5ea5a47fdb644e4234673d8ccc26bd637841f1'
2017-05-11 09:01:07 +08:00
# github.com/CarbonStack/Inpad was verified as official when first introduced to the cask
url "https://github.com/CarbonStack/Inpad/releases/download/v#{version}/Inpad-#{version}.dmg"
appcast 'https://github.com/CarbonStack/Inpad/releases.atom',
checkpoint: '11613d811f66156c887ef949f34618423fb986af906143ef700dbd848e0172f7'
2017-01-03 22:14:44 +08:00
name 'Inpad'
2017-05-11 09:01:07 +08:00
homepage 'https://carbonstack.github.io/Inpad/'
2017-01-03 22:14:44 +08:00
app 'Inpad.app'
end