srcpkgs: fix MOZILLA_SITE update checks.
This commit is contained in:
parent
377c0ce66e
commit
144a59a796
|
@ -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"
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
pattern="href=\"\K[\d.]+(?=/\")"
|
||||
site="${MOZILLA_SITE}/firefox/releases/"
|
||||
site="${MOZILLA_SITE}/${pkgname}/releases/"
|
||||
pattern="\">\K[0-9.]+(?=/</a>)"
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
site="${MOZILLA_SITE}/${pkgname}/releases"
|
||||
site="${MOZILLA_SITE}/${pkgname}/releases/"
|
||||
pattern="\">\K[0-9.]+(?=/</a>)"
|
||||
|
|
Loading…
Reference in New Issue