Merge pull request #17271 from caskroom/delete-port-map

Delete port-map.rb
This commit is contained in:
Vítor Galvão 2016-01-18 02:12:44 +00:00
commit 616e49d781
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
cask 'port-map' do
version :latest
sha256 :no_check
url 'http://www.codingmonkeys.de/portmap/download'
appcast 'https://www.codingmonkeys.de/portmap/appcast.rss',
:checkpoint => 'a38f4002c10dfa37b46014d8e9607fcdb02cf938910047090e11f037dddf2208'
name 'Port Map'
homepage 'https://www.codingmonkeys.de/portmap'
license :mit
depends_on :macos => '>= :tiger'
app 'Port Map.app'
end