mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-06-30 06:12:15 -06:00
Use HTTP for www.filebot.net
Using HTTPS causes issues with some parts of the homepage.
This commit is contained in:
parent
b243437bc1
commit
4dc10bef42
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ cask :v1 => 'filebot' do
|
|||
# sourceforge.net is the official download host per the vendor homepage
|
||||
url "http://downloads.sourceforge.net/project/filebot/filebot/FileBot_#{version}/FileBot_#{version}-brew.tar.bz2"
|
||||
name 'FileBot'
|
||||
homepage 'https://www.filebot.net/'
|
||||
homepage 'http://www.filebot.net/'
|
||||
license :gpl
|
||||
|
||||
app 'FileBot.app'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue