curl - Search results

2021-05-17 22:16:33 | Re: Add versions.json endpoint with latest release information (Sehrope Sarkuni)

curl -s https:///versions.json | jq '.[] | select(.current)' { "current": true, "eolDate": "2025-11-13", "latestMinor": "3", "major

2021-05-04 21:48:48 | Re: Add versions.json endpoint with latest release information (Sehrope Sarkuni)

curl -s http://localhost:8000/versions.json | jq . [ { "current": false, "eoldate": "2003-03-01", "latestMinor": "2", "major

2021-04-28 13:29:04 | Re: Add versions.json endpoint with latest release information (Sehrope Sarkuni)

curl -s http://localhost:8000/versions.json | jq last { "current": false, "eoldate": "2014-07-01", "major": "8.4", "minor

2021-04-27 18:25:52 | Add versions.json endpoint with latest release information (Sehrope Sarkuni)

curl -s http:///versions.json | jq 'last' { "tree": "8.4", "latestminor": 0, "reldate": "2009-07-01", "current