TheCase / IPMIView.app

MacOS App wrapper for Supermicro's IPMIView/iKVM java app
https://github.com/TheCase/IPMIView.app/wiki
201 stars 42 forks source link

Newer version available #28

Open gothickitty93 opened 1 month ago

gothickitty93 commented 1 month ago

There is a newer version available, version 2.21.1, located here https://www.supermicro.com/Bios/sw_download/588/IPMIView_2.21.1_build.230720_bundleJRE_Linux_x64.tar.gz

ChrisCarini commented 1 month ago

Hi @gothickitty93 - thanks for opening this issue.

It's a bummer they don't allow directory listing on https://www.supermicro.com/Bios/sw_download/588/ - that makes making a change here more complicated.

Do you feel comfortable submitting a PR with the necessary changes?

gothickitty93 commented 1 month ago

As much as I hate to admit it, I can’t code. However, it does appear to me like the url would have to be hardcoded into the script, and then updated with every new release…? (I just started learning how git ACTUALLY works today for work…lul)

ChrisCarini commented 6 days ago

As much as I hate to admit it, I can’t code.

Just remember, there was a time in everyones' lives where they couldn't code, too. 😉

However, it does appear to me like the url would have to be hardcoded into the script, and then updated with every new release…?

Yes, it seems like that would need to happen.

If you'd like to have a try at making the change, and are open to feedback/collaboration on the PR, please feel free to give it a try! :)