homebrew-cask/Casks/pins.rb

12 lines
319 B
Ruby

cask :v1 => 'pins' do
version :latest
sha256 :no_check
url 'http://pinsapp.com/download/Pins.dmg'
appcast 'http://pinsapp.com/appcast.xml'
homepage 'http://pinsapp.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'Pins.app'
end