fixing "problems in speck" as identified by repology (#25491)

Most of these are perl packages that need to point to the meta docs site,
and then a fair amount of http addresses that need to be https, and then
the rest are usually documentation sites that no longer exist or were
otherwise changes

Signed-off-by: vsoch <vsoch@users.noreply.github.com>

Co-authored-by: vsoch <vsoch@users.noreply.github.com>
This commit is contained in:
Vanessasaurus
2021-08-26 14:05:24 -06:00
committed by GitHub
parent 23106ac0f5
commit 6a26322eb3
378 changed files with 394 additions and 393 deletions

View File

@@ -9,7 +9,7 @@
class Libtommath(MakefilePackage):
"""A portable number theoretic multiple-precision integer library."""
homepage = "http://www.libtom.net/"
homepage = "https://www.libtom.net/"
url = "https://github.com/libtom/libtommath/archive/v1.2.0.tar.gz"
version('1.2.0', sha256='f3c20ab5df600d8d89e054d096c116417197827d12732e678525667aa724e30f')