autopkg / hansen-m-recipes

My recipes for Autopkg - https://github.com/autopkg
27 stars 50 forks source link

AstroImageJ.download.recipe #246

Closed clawson1 closed 7 months ago

clawson1 commented 1 year ago

Prompting to install newer version after install. Download recipe does not seem to be grabbing the latest version.

rustymyers commented 1 year ago

AstroImageJ stopped publishing updates to their main page. The software contacts the following URL for the list of updates: curl -L http://www.astro.louisville.edu/software/astroimagej/updates/updatesjava17/versions.txt The updates are stored at the same location and can be downloaded with the filename: "ij%version%.jar" For example: curl -O -L http://www.astro.louisville.edu/software/astroimagej/updates/updatesjava17/ij5.2.1.jar

rustymyers commented 7 months ago

Latest merge #248 fixes issue.