hjuutilainen-recipes icon indicating copy to clipboard operation
hjuutilainen-recipes copied to clipboard

iTerm2 recipe not downloading latest 3.3.10; stuck on 3.3.9

Open fseesink opened this issue 5 years ago • 4 comments

iTerm2 v3.0.10 came out almost a week ago, but recipe has yet to pull it down.

Suspect possibly it doesn't handle the ".10" properly when comparing? That is, maybe it thinks "3.3.9" is newer than "3.3.1..." if it's doing a string comparison?

fseesink avatar May 20 '20 15:05 fseesink

The recipe uses the app's sparkle feed (https://iterm2.com/appcasts/final.xml) to get the latest version. Just checked the feed content and it seems to still have 3.3.9 as latest. The latest iTerm version has a new feed url, https://iterm2.com/appcasts/final_new.xml, but it is identical to the one the recipe is using.

iTerm authors might be delaying the release availability in their in-app updates.

hjuutilainen avatar May 20 '20 16:05 hjuutilainen

Ahh, ok.

Thanks, by the way, for the recipe.

fseesink avatar May 20 '20 16:05 fseesink

I'm noticing the same thing - I'm running 3.3.12, which is the latest that's listed at https://iterm2.com/appcasts/final.xml. However, the app is prompting me to update to 3.4.1, which is only listed in the newer feed, https://iterm2.com/appcasts/final_new.xml.

I'm guessing the developer switched over to the newer feed, but possibly left the old one intact for users running the older versions (though, a URL redirect would probably handle that better).

Does it make sense to switch the feed in the recipe? Also, it looks like 3.4.1 requires macOS 10.14, whereas 3.3.12 required macOS 10.12.

flammable avatar Nov 20 '20 18:11 flammable

This is fixed now with #156. (I neglected to check the issues before filing the PR.)

kevinmcox avatar Dec 01 '20 16:12 kevinmcox