Browse Source
should take care of #104 this was a subtle one - after i reorganized the requires, plist/parser was getting double required, which broke plist parsing and hence dmg installs
phinze
12 years ago
5 changed files with 23 additions and 4 deletions
@ -0,0 +1,5 @@ |
|||
class LocalTransmission < Cask |
|||
url TestHelper.local_binary('transmission-2.61.dmg') |
|||
homepage 'http://example.com/local-transmission' |
|||
version '2.61' |
|||
end |
Binary file not shown.
Loading…
Reference in new issue