|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
A single entry from a Sparkle-compatible appcast feed. More...
#include <software_update.h>
Public Attributes | |
| QString | title |
| QVersionNumber | version |
| QVersionNumber | shortVersion |
| QUrl | downloadUrl |
| QUrl | releaseNotesUrl |
| QString | os |
| qint64 | length = 0 |
| QString | edSignature |
A single entry from a Sparkle-compatible appcast feed.
| QUrl AppcastItem::downloadUrl |
Direct download URL for the release artifact.
| QString AppcastItem::edSignature |
Ed25519 signature for verifying the download artifact.
| qint64 AppcastItem::length = 0 |
Expected size of the download artifact in bytes.
| QString AppcastItem::os |
Target OS constraint: "windows", "macos", or empty to indicate the item applies to all platforms.
| QUrl AppcastItem::releaseNotesUrl |
URL of the HTML release notes page.
| QVersionNumber AppcastItem::shortVersion |
Abbreviated display version (e.g. "4.4.2").
| QString AppcastItem::title |
Human-readable release title (e.g. "Wireshark 4.4.2").
| QVersionNumber AppcastItem::version |
Full version number used for comparison.