mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-28 03:54:21 +01:00
final preparations
This commit is contained in:
parent
c191520c3b
commit
764e711546
@ -38,7 +38,7 @@ string new_update(string rev, string filename)
|
||||
{
|
||||
char url[100];
|
||||
if(rev == "Beta")
|
||||
sprintf(url, "http://download.tuxfamily.org/hbf/DOL//Beta/%s", filename.c_str());
|
||||
sprintf(url, "http://download.tuxfamily.org/hbf/DOL/Beta/%s", filename.c_str());
|
||||
else
|
||||
sprintf(url, "http://download.tuxfamily.org/hbf/DOL/rev%s/%s", rev.c_str(), filename.c_str());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user