6 changed files with 39 additions and 4 deletions
@ -0,0 +1,7 @@ |
|||
class EyeTv < Cask |
|||
url 'https://www.macupdate.com/download/8536/eyetv_361_7120.dmg' |
|||
homepage 'http://www.elgato.com/' |
|||
version '3.6.1' |
|||
sha1 'da9eed821cf8fb1f5ddb27c155c3514230907b1e' |
|||
link 'EyeTV.app' |
|||
end |
@ -0,0 +1,7 @@ |
|||
class Openscad < Cask |
|||
url 'https://openscad.googlecode.com/files/OpenSCAD-2013.01.dmg' |
|||
homepage 'http://www.openscad.org/' |
|||
version '2013.01' |
|||
sha1 '075e8609886212ddb18155d122960cf6120c69b3' |
|||
link 'OpenSCAD.app' |
|||
end |
@ -0,0 +1,7 @@ |
|||
class Origin < Cask |
|||
url 'https://eaassets-a.akamaihd.net/Origin-Client-Download/origin/mac/Origin.dmg' |
|||
homepage 'http://origin.com' |
|||
version 'latest' |
|||
no_checksum |
|||
link 'Origin.app' |
|||
end |
@ -0,0 +1,7 @@ |
|||
class Owncloud < Cask |
|||
url 'http://download.owncloud.com/download/ownCloud-1.2.5.dmg' |
|||
homepage 'http://owncloud.com' |
|||
version '1.2.5' |
|||
sha1 'dbc1e9880caa25535861aee351bd39c1942ded62' |
|||
link 'owncloud.app' |
|||
end |
@ -0,0 +1,7 @@ |
|||
class PlexMediaServer < Cask |
|||
url 'http://plex.r.worldssl.net/plex-media-server/0.9.7.28.33-f80a4a2/PlexMediaServer-0.9.7.28.33-f80a4a2-OSX.dmg' |
|||
homepage 'http://plexapp.com' |
|||
version '0.9.7.28.33' |
|||
sha1 '22295a1fd40c877475d72059f120025ef7a9b462' |
|||
link 'Plex Media Server.app' |
|||
end |
@ -1,7 +1,7 @@ |
|||
class Plex < Cask |
|||
url 'http://plex.r.worldssl.net/plex-media-server/0.9.7.28.33-f80a4a2/PlexMediaServer-0.9.7.28.33-f80a4a2-OSX.dmg' |
|||
url 'http://plex.r.worldssl.net/plex-laika/0.9.5.4/Plex-0.9.5.4-973998f.zip' |
|||
homepage 'http://plexapp.com' |
|||
version '0.9.7.28.33' |
|||
sha1 '22295a1fd40c877475d72059f120025ef7a9b462' |
|||
link 'Plex Media Server.app' |
|||
version '0.9.5.4' |
|||
sha1 '6d544de6c56861eab05a5621ecee1777cefe49fc' |
|||
link 'Plex.app' |
|||
end |
|||
|
Loading…
Reference in new issue