mirror of
https://github.com/i2p/i2p.firefox.git
synced 2024-12-06 19:16:37 +01:00
3 lines
145 B
Bash
Executable File
3 lines
145 B
Bash
Executable File
#! /usr/bin/env sh
|
|
|
|
curl -s https://addons.mozilla.org/api/v5/addons/addon/$1/versions/?page_size=1 | jq '.results | .[0] | .version' | tr -d '"' |