srcpkgs: fix MOZILLA_SITE update checks.

This commit is contained in:
Enno Boland 2016-02-12 00:11:07 +01:00
parent 377c0ce66e
commit 144a59a796
3 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ KERNEL_SITE="http://www.kernel.org/pub/linux"
#KERNEL_SITE="http://mirror.be.gbxs.net/pub/linux"
CPAN_SITE="http://cpan.perl.org/modules/by-module"
PYPI_SITE="http://pypi.python.org/packages/source"
MOZILLA_SITE="http://ftp.mozilla.org/pub/mozilla.org"
MOZILLA_SITE="http://ftp.mozilla.org/pub"
GNU_SITE="http://ftp.gnu.org/gnu"
FREEDESKTOP_SITE="http://freedesktop.org/software"

View File

@ -1,2 +1,2 @@
pattern="href=\"\K[\d.]+(?=/\")"
site="${MOZILLA_SITE}/firefox/releases/"
site="${MOZILLA_SITE}/${pkgname}/releases/"
pattern="\">\K[0-9.]+(?=/</a>)"

View File

@ -1,2 +1,2 @@
site="${MOZILLA_SITE}/${pkgname}/releases"
site="${MOZILLA_SITE}/${pkgname}/releases/"
pattern="\">\K[0-9.]+(?=/</a>)"