1
0
Fork 0
mirror of https://github.com/xHyroM/void-packages.git synced 2024-09-19 20:13:19 +02:00
void-packages/srcpkgs/google-chrome/update

6 lines
336 B
Text
Raw Normal View History

2024-03-29 11:13:36 +01:00
# 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.]+(?=\")"