srcpkgs: fix MOZILLA_SITE update checks.
This commit is contained in:
parent
377c0ce66e
commit
144a59a796
3 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@ KERNEL_SITE="http://www.kernel.org/pub/linux"
|
||||||
#KERNEL_SITE="http://mirror.be.gbxs.net/pub/linux"
|
#KERNEL_SITE="http://mirror.be.gbxs.net/pub/linux"
|
||||||
CPAN_SITE="http://cpan.perl.org/modules/by-module"
|
CPAN_SITE="http://cpan.perl.org/modules/by-module"
|
||||||
PYPI_SITE="http://pypi.python.org/packages/source"
|
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"
|
GNU_SITE="http://ftp.gnu.org/gnu"
|
||||||
FREEDESKTOP_SITE="http://freedesktop.org/software"
|
FREEDESKTOP_SITE="http://freedesktop.org/software"
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
pattern="href=\"\K[\d.]+(?=/\")"
|
site="${MOZILLA_SITE}/${pkgname}/releases/"
|
||||||
site="${MOZILLA_SITE}/firefox/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>)"
|
pattern="\">\K[0-9.]+(?=/</a>)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue