Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8c70fa948eacf7875056ed8705e6a7e061ff2fe0
commit 8c70fa948eacf7875056ed8705e6a7e061ff2fe0 Author: Marius Cirsta <[email protected]> Date: Tue Mar 17 23:51:47 2015 +0200 * fix up2date for netsurf diff --git a/source/include/netsurf.sh b/source/include/netsurf.sh index 6b55b54..a02f708 100644 --- a/source/include/netsurf.sh +++ b/source/include/netsurf.sh @@ -47,7 +47,7 @@ if [ "$_F_netsurf_project" -eq 1 ]; then _F_cd_path="$_F_netsurf_name-$pkgver" else url="http://www.netsurf-browser.org" - up2date="Flastarchive $url/downloads/gtk -src.tar.gz" + up2date="Flastarchive http://download.netsurf-browser.org/netsurf/releases/source/ -src.tar.gz" source=("http://download.netsurf-browser.org/netsurf/releases/source/$_F_netsurf_name-$pkgver$_F_netsurf_ext") fi archs=('i686' 'x86_64') _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
