flathub / net.codeindustry.MasterPDFEditor

https://flathub.org/apps/details/net.codeindustry.MasterPDFEditor
0 stars 4 forks source link

Binary/manifest needs updating to 5.9.84 #82

Closed develroo closed 1 month ago

develroo commented 2 months ago

Current version of the flatpak is 5.9.2. A newer version is available from here

muelli commented 2 months ago

should be 5.9.82: https://github.com/flathub/net.codeindustry.MasterPDFEditor/pull/78

dunno why the bot is not picking the new version up. maybe you can investigate.

develroo commented 2 months ago

Hmmm it just updated to 5.9.82, which is consistent with the manifest now.

 sources:
      - type: extra-data
        url: https://code-industry.net/public/master-pdf-editor-5.9.82-qt5.x86_64.tar.gz
        filename: master-pdf-editor.tar.gz
        sha256: 09bae18502748a25f3f21509122fbfc5bd9919bba7b8fb882209824602613555
        size: 80442378

But the new version is still 5.9.84?

tjanez commented 2 months ago

Yes, on the official site, it says: Screenshot from 2024-07-08 23-06-59

niiinjoe commented 1 month ago

The latest version is now 5.9.85.

Probably the reason the bot couldn't detect new versions is that the download file name has changed. On the download page, it's now:

master-pdf-editor-5.9.85.x86_64-qt5_include.tar.gz

The version pattern in the manifest is: version-pattern: master-pdf-editor-([0-9.]+)-qt5.x86_64.tar.gz

muelli commented 1 month ago

cool. do you feel like cooking up a patch?