homebrew-cask/Casks/pins.rb

13 lines
239 B
Ruby
Raw Normal View History

2014-11-14 01:26:39 +08:00
cask :v1 => 'pins' do
2014-09-17 19:42:57 +08:00
version :latest
sha256 :no_check
2013-06-29 01:32:09 +08:00
url 'http://pinsapp.com/download/Pins.dmg'
2014-05-14 21:40:02 +08:00
appcast 'http://pinsapp.com/appcast.xml'
2015-01-23 06:19:25 +08:00
name 'Pins'
2013-06-29 01:32:09 +08:00
homepage 'http://pinsapp.com/'
license :commercial
2014-09-16 00:06:07 +08:00
app 'Pins.app'
2013-06-29 01:32:09 +08:00
end