v1.4.3 Switched openSUSE Leap filenames to use a static name, "Media", instead of "BuildXXX.X". If you download Leap from the site normally and try to verify the checksum you will get an error because you will download a "BuildXXX.X" ISO not the "Media" ISO that is currently in the SHA file. Examples: ISO file that is linked on the SUSE website. `openSUSE-Leap-15.5-NET-x86_64-Media.iso` ISO file you will get from the SUSE website. `openSUSE-Leap-15.5-NET-x86_64-Build491.1-Media.iso` Contents of paired SHA file. `a2f7f2f1b6b3d3ef96f5c8f804d87ebd01e5cf982357c533f4c39c33cd20ec56 openSUSE-Leap-15.5-NET-x86_64-Media.iso` As you can see the SHA file contains a different filename resulting in an error. The devs will likely change this so the SHA file will have the "BuildXXX.X" scheme. This commit will enable us to read the SHA file for the ISO name for Leap AND Tumbleweed now, ensuring we always wget the latest "Build" for Leap and "Snapshot" for Tumbleweed. Full commit log: https://codeberg.org/bashuser30/dl-distro/compare/v1.4.2...v1.4.3