Delete malfunctioning Codeplex casks, fixes #6618

pcsxr, wabbitemu and winxound casks were using a URL that lasts only for
24 hours. These casks never worked. There is no way to get a permanent
URL from Codeplex, and that means there is no way to fix those casks.
This commit is contained in:
Yegor Timoschenko 2014-10-13 13:01:19 +07:00
parent 7e24dfcc93
commit d73ef00811
3 changed files with 0 additions and 30 deletions

View File

@ -1,10 +0,0 @@
class Pcsxr < Cask
version '1.9.93'
sha256 'e7361ceb8dc9089cae084ce119a5dc4119cab22bb5d79ebf55af596b7e7eb916'
url 'http://download-codeplex.sec.s-msft.com/Download/Release?ProjectName=pcsxr&DownloadId=722115&Build=20919'
homepage 'https://pcsxr.codeplex.com'
license :unknown
app 'PCSXR.app'
end

View File

@ -1,10 +0,0 @@
class Wabbitemu < Cask
version '2.1'
sha256 '23fc164767da10389eec858d022967fb58fdca1debaa5b9e022f2e9280a4f4e8'
url 'https://download-codeplex.sec.s-msft.com/Download/Release?ProjectName=wabbit&DownloadId=187234&FileTime=130242671530600000&Build=20907'
homepage 'http://wabbit.codeplex.com'
license :unknown
app 'WabbitEmu.app'
end

View File

@ -1,10 +0,0 @@
class Winxound < Cask
version '3.4.0'
sha256 'c3460eeeff3fec917fb91cad0aafe5df5779f226fc6296bfa6d0c757fbd6ad47'
url 'https://download-codeplex.sec.s-msft.com/Download/Release?ProjectName=winxound&DownloadId=206628&FileTime=129937664917570000&Build=20907'
homepage 'https://winxound.codeplex.com/'
license :unknown
app 'WinXound.app'
end