firefox-bin: 58.0.2 -> 59.0
This commit is contained in:
parent
134af4c5ac
commit
43da40ecae
2 changed files with 396 additions and 386 deletions
File diff suppressed because it is too large
Load diff
|
@ -22,7 +22,7 @@ writeScript "update-${attrPath}" ''
|
|||
# - removes trailing slash
|
||||
# - sorts everything with semver in mind
|
||||
# - picks up latest release
|
||||
version=`xidel -q $url --extract "//a" | \
|
||||
version=`xidel $url --extract "//a" | \
|
||||
grep "^[0-9.]*${versionSuffix}/$" | \
|
||||
sed s/[/]$// | \
|
||||
sort --version-sort | \
|
||||
|
|
Loading…
Reference in a new issue