Skip to content

Commit

Permalink
Updated for new syntax Homebrew/homebrew-cask#4688
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmdnk committed Oct 5, 2014
1 parent c59ad95 commit 5e5d93d
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 11 deletions.
5 changes: 3 additions & 2 deletions Casks/cathode.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
class Cathode < Cask
version 'latest'
version :latest
sha256 :no_check

url 'http://store.secretgeometry.com/download.php?id=7'
homepage 'http://www.secretgeometry.com/apps/cathode/'
license :unknown

link 'Cathode.app'
app 'Cathode.app'
end
1 change: 1 addition & 0 deletions Casks/font-migu1m.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class FontMigu1m < Cask

url "http://sourceforge.jp/frs/redir.php?m=jaist&f=%2Fmix-mplus-ipa%2F59022%2Fmigu-1m-#{version}.zip"
homepage 'http://mix-mplus-ipa.sourceforge.jp/migu/'
license :unknown

font 'migu-1m-20130617/migu-1m-bold.ttf'
font 'migu-1m-20130617/migu-1m-regular.ttf'
Expand Down
5 changes: 3 additions & 2 deletions Casks/lightningkeyboard.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
class Lightningkeyboard < Cask
version 'latest'
version :latest
sha256 :no_check

url 'http://morishin.me/file/LightningKeyboard.zip'
homepage 'http://morishin.hatenablog.com/entry/2014/07/05/213741'
license :unknown

link 'LightningKeyboard/LightningKeyboard.app'
app 'LightningKeyboard/LightningKeyboard.app'
end
3 changes: 2 additions & 1 deletion Casks/notify.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Notify < Cask

url 'http://www.macupdate.com/download/32217/notify-216.zip'
homepage 'http://www.macupdate.com/app/mac/32217/notify-pro'
license :unknown

link 'Notify.app'
app 'Notify.app'
end
10 changes: 6 additions & 4 deletions Casks/voipconnect.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ class Voipconnect < Cask

url 'http://www.voipconnect.com/public/download/VoipConnect_1.00.pkg'
homepage 'http://www.voipconnect.com/'
license :unknown

install 'VoipConnect_1.00.pkg'
uninstall :files => [
'/Applications/VoipConnect.app'
]
pkg 'VoipConnect_1.00.pkg'
uninstall :pkgutil => [
'com.tresmax.voipconnect.VoipConnect.pkg',
'com.tresmax.voipconnect.postflight.pkg',
]
end
5 changes: 3 additions & 2 deletions Casks/windowflow.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
class Windowflow < Cask
version 'latest'
version :latest
sha256 :no_check

url 'http://files.windowflow.com/windowflow-standard.zip'
homepage 'http://most-advantageous.com/windowflow/'
license :unknown

link 'WindowFlow.app'
app 'WindowFlow.app'
end

0 comments on commit 5e5d93d

Please sign in to comment.