Skip to content

Commit

Permalink
dasher.rb: Add cask
Browse files Browse the repository at this point in the history
  • Loading branch information
scribblemaniac authored and jawshooah committed Aug 4, 2015
1 parent 7f97444 commit 77054c6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Casks/dasher.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
cask :v1 => 'dasher' do
version '2010-06-06'
sha256 'e17ab0b328f2b456d756e4ab284234d9e398cc4e4a2144d38160d06c6eeaebd0'

url "http:https://www.inference.phy.cam.ac.uk/dasher/download/macos/Dasher-MacOS-#{version}.zip"
name 'Dasher'
homepage 'http:https://www.inference.phy.cam.ac.uk/dasher/'
license :gpl

app 'Dasher.app'

zap :delete => '~/Library/Application Support/Dasher'
end

0 comments on commit 77054c6

Please sign in to comment.