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

md5/sha1 is fixed while version number/source url is dynamic

Open leonmax opened this issue 10 years ago • 3 comments

this makes the dynamic version basically useless, md5/sha1 should be downloadable just like the source itself

leonmax avatar Oct 03 '14 16:10 leonmax

Sorry, I don't understand the issue. :confused:

What is your exact problem and with which recipe in this repository?

bernd avatar Oct 05 '14 10:10 bernd

you have to manually define the md5 of the package you are downloading, while lots of them, the md5 is also downloadable.

leonmax avatar Mar 25 '15 16:03 leonmax

@leonmax if you want to dynamic download the hashes, and versions you can do something similar to this: https://github.com/caquino/packages/blob/master/packages/terraform/dynamic/recipe.rb

caquino avatar Dec 31 '19 15:12 caquino