elixir-lang / elixir-lang.github.com

Website for Elixir
elixir-lang.org
354 stars 822 forks source link

Elixir version CSV has wrong download link for v1.13.1 #1584

Closed alexisgeoffrey closed 2 years ago

alexisgeoffrey commented 2 years ago

Seems like there's a typo in the Precompiled.zip URL for the latest release (v1.13.1) in the Elixir version CSV file on the site. It points to v1.13.0: https://github.com/elixir-lang/elixir-lang.github.com/blob/main/elixir.csv#L2

version,url_precompiled,release_type,windows_installer_compat,sha1,sha512
1.13.1,https://github.com/elixir-lang/elixir/releases/download/v1.13.0/Precompiled.zip,release,1,40762ffbef86cbbfd0c79a94e057fb987dc882ff,bb02ead0d4ccf499ff0473fbbb17fd12de4ba476b463c0452138bc1ef9004547166e75ffe7c6f96b9497adc9fecbda4ad57bfe0f17f1ba95d8339a0e98c29b03
1.13.0,https://github.com/elixir-lang/elixir/releases/download/v1.13.0/Precompiled.zip,release,1,0f196f4de406882b5a3bcee7ac9e9b0c61ed1459,58ffe87d6eb89435d8605aee04556aa1a1ba25cf2fa7688d0a5da162d7d7c57b47b2f726b365a7aeb18832bf08de3db5d3ec0ed45e13da276438679f29e5e3ac
1.12.3,https://github.com/elixir-lang/elixir/releases/download/v1.12.3/Precompiled.zip,release,1,db3c8a5470dee211168707c432a1f8002960e966,db092caa32b55195eeb24a17e0ab98bb2fea38d2f638bc42fee45a6dfcd3ba0782618d27e281c545651f93914481866b9d34b6d284c7f763d197e87847fdaef4
...

This causes a crash in the Elixir windows installer.