Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(app/wireshark): stratoshark #20

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

shirok1
Copy link
Contributor

@shirok1 shirok1 commented Jan 20, 2025

{
  "distro": "Wireshark",
  "category": "app",
  "urls": [
    {
      "name": "latest (x64, msi)",
      "url": "/wireshark/win64/Wireshark-latest-x64.msi"
    },
    {
      "name": "latest (x64, exe, PortableApps)",
      "url": "/wireshark/win64/WiresharkPortable64_latest.paf.exe"
    },
    {
      "name": "latest (arm64, exe)",
      "url": "/wireshark/win64/Wireshark-latest-arm64.exe"
    },
    {
      "name": "latest (x64, exe)",
      "url": "/wireshark/win64/Wireshark-latest-x64.exe"
    },
    {
      "name": "latest (Intel 64, dmg)",
      "url": "/wireshark/osx/Wireshark Latest Intel 64.dmg"
    },
    {
      "name": "latest (Arm 64, dmg)",
      "url": "/wireshark/osx/Wireshark Latest Arm 64.dmg"
    },
    {
      "name": "Stratoshark 0.9.0rc1 (x64, exe)",
      "url": "/wireshark/win64/Stratoshark-0.9.0rc1-x64.exe"
    },
    {
      "name": "Stratoshark 0.9.0rc1 (arm64, exe)",
      "url": "/wireshark/win64/Stratoshark-0.9.0rc1-arm64.exe"
    },
    {
      "name": "Stratoshark 0.9.0rc1 (Arm 64, dmg)",
      "url": "/wireshark/osx/Stratoshark 0.9.0rc1 Arm 64.dmg"
    },
    {
      "name": "Stratoshark 0.9.0rc1 (Intel 64, dmg)",
      "url": "/wireshark/osx/Stratoshark 0.9.0rc1 Intel 64.dmg"
    }
  ]
}

目前 Stratoshark 版本号不是纯数字(带 rc)所以用分隔符来匹配

此外目前已经可以用最大的版本号定位到最新版本,考虑是否撤回 #13 中对 Wireshark 版本号的变更

@Harry-Chen Harry-Chen merged commit 0c6879e into mirrorz-org:main Jan 21, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants