mirror of
https://github.com/xHyroM/void-packages.git
synced 2024-11-10 00:48:06 +01:00
5 lines
336 B
Text
5 lines
336 B
Text
# Call Google's version history API to get stable linux desktop releases
|
|
# that are still being served (endtime=none). Look for the 'version' in
|
|
# the JSON response.
|
|
site="https://versionhistory.googleapis.com/v1/chrome/platforms/linux/channels/stable/versions/all/releases?filter=endtime=none"
|
|
pattern="\"version\": *\"\K[\d.]+(?=\")"
|