homebrew-cask/Casks/pastebotsync-pane.rb

13 lines
417 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'pastebotsync-pane' do
2014-11-07 17:41:12 +08:00
version :latest
sha256 :no_check
# tapbots.net is the official download host per the vendor homepage
2015-06-29 14:32:18 +08:00
url 'https://tapbots.net/pastebot/PastebotSync.dmg'
2015-04-21 03:33:42 +08:00
name 'Pastebot Sync'
2014-11-07 17:41:12 +08:00
homepage 'http://tapbots.com/software/pastebot/'
license :unknown # TODO: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-11-07 17:41:12 +08:00
prefpane 'PastebotSync.prefPane'
end