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

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.]+(?=\")"