eget icon indicating copy to clipboard operation
eget copied to clipboard

upgrade_only won't work on some repositories

Open zhaose233 opened this issue 11 months ago • 1 comments

I configured eget to keep tracking several softwares releasing single jar files up-to-date, but some of them won't work, eget keeps claiming it's up-to-date while it's not. For example, Anuken/MindustryBuilds , My config:

[global]
    upgrade_only = true
    github_token = "MY_TOKEN"

["Anuken/MindustryBuilds"]
    download_only = true
    target = "~/Applications/Mindustry/Mindustry.jar"
    asset_filters = ["Desktop"]

["yairm210/Unciv"]
    download_only = true
    target = "~/Applications/Unciv/Unciv.jar"
    asset_filters = ["Unciv.jar"]

and after first time install (if I delete the jar file and run eget again, it will download the latest version), then when I do eget -D as a new build comes out :

Anuken/MindustryBuilds: requested release is not more recent than current version

But for yairm210/Unciv eget works fine, able to pick upgrades. Is there any issue in my config?

zhaose233 avatar Feb 08 '25 11:02 zhaose233

Might be related to #115

Check out https://github.com/zyedidia/eget/issues/65#issuecomment-2602644737 which "fixed" it for me.

j-lakeman avatar Apr 16 '25 20:04 j-lakeman