On Sat, Aug 22, 2020 at 9:43 PM ToddAndMargo via users <users@lists.fedoraproject.org> wrote:
... snip ...
 
Any of you guys have a cleaver way to cli extract the revision?


I'm not sure how you want to retrieve it, but using Firefox->Tools->Web Developer
I looked at all of the transactions in the page, and the one that retrieves the
version info was:


Now I don't know how important/relevant/specific those parameters are,
but fetching that returns some JSON, and part of it was:

...
"files": {
    "installer": {
      "23358": {
        "url": "https://download.eset.com/com/eset/apps/business/ees/windows/latest/ees_nt64.msi",
        "full_version": "7.3.2039.0",
...

Hope that helps a little.