homebrew-cask/Casks/inpad.rb

14 lines
532 B
Ruby

cask 'inpad' do
version '0.1.0'
sha256 'a66a0be66bc98d31f36232ab9b5ea5a47fdb644e4234673d8ccc26bd637841f1'
# github.com/Sarah-Seo/Inpad was verified as official when first introduced to the cask
url "https://github.com/Sarah-Seo/Inpad/releases/download/v#{version}/Inpad-#{version}.dmg"
appcast 'https://github.com/Sarah-Seo/Inpad/releases.atom',
checkpoint: '3a738e6fe75a048c190c52e31a4d6151af05928da27625e3b1e864f268175a05'
name 'Inpad'
homepage 'https://sarah-seo.github.io/Inpad/'
app 'Inpad.app'
end