homebrew-cask/Casks/pins.rb

11 lines
200 B
Ruby

class Pins < Cask
version 'latest'
sha256 :no_check
url 'http://pinsapp.com/download/Pins.dmg'
appcast 'http://pinsapp.com/appcast.xml'
homepage 'http://pinsapp.com/'
app 'Pins.app'
end