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:
@@ -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')
|
||||
|
Reference in New Issue
Block a user