Provide a stable URL for latest binary downloads?
Posted: 2015-08-11T11:13:05-07:00
I'm the principal maintainer for the "Images.jl" package for the Julia programming language. We wrap parts of `libmagickwand` for I/O. Our Windows users have episodically had problems installing our package, and usually these failures happen because it fails to download the appropriate ImageMagick binary.
We used to hard-code a particular URL, but since old versions seem to get removed periodically, we've switched to parsing your download page and extracting some valid URL that way. Obviously, this is sensitive to how you format your page, and we've recently had problems crop up again.
I'm wondering, is there some kind of stable URL for "the latest Windows 32/64bit version in series X.Y"? If there isn't, could one be provided? It would definitely make our lives easier. Thanks in advance for your consideration!
We used to hard-code a particular URL, but since old versions seem to get removed periodically, we've switched to parsing your download page and extracting some valid URL that way. Obviously, this is sensitive to how you format your page, and we've recently had problems crop up again.
I'm wondering, is there some kind of stable URL for "the latest Windows 32/64bit version in series X.Y"? If there isn't, could one be provided? It would definitely make our lives easier. Thanks in advance for your consideration!