nvchecker: update firefox-nightly-en-gb pkgver script
This commit is contained in:
parent
e9b8422509
commit
283cb59627
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ _lang="en-GB"
|
|||
CARCH=x86_64
|
||||
_base_url="https://ftp.mozilla.org/pub/${_name}/${_channel}"
|
||||
|
||||
_version=$(curl "${CURL_OPTS[@]}" ${_base_url}/latest-mozilla-central-l10n/ | grep "${_lang}.linux-${CARCH}.checksums" | sort | tail -n 1 | sed "s/^.*>firefox-//; s/\.${_lang}.*//")
|
||||
_version=$(curl "${CURL_OPTS[@]}" ${_base_url}/latest-mozilla-central-l10n/ | grep "${_lang}.linux-${CARCH}.checksums" | sed "s/^.*>firefox-//; s/\.${_lang}.*//" | sort -n | tail -n 1)
|
||||
_build_id_raw="$(curl "${CURL_OPTS[@]}" "${_base_url}/latest-mozilla-central-l10n/${_name}-${_version}.${_lang}.linux-${CARCH}.checksums" | grep '.partial.mar' | cut -d' ' -f4 | grep -E -o '[[:digit:]]{14}' | sort | tail -n1)"
|
||||
declare -A _build_id
|
||||
_build_id=(
|
||||
|
|
Loading…
Reference in a new issue