Secure URLs (#39935)

* corsixth: add secure mirror

* liquid-dsp: secure homepage

* riemann: secure homepage

* sile: add secure mirror
This commit is contained in:
Viktor Szakats 2019-05-17 21:22:54 +02:00 committed by FX Coudert
parent 1c50ac1cf9
commit eb7eed04b2
4 changed files with 4 additions and 2 deletions

View file

@ -23,6 +23,7 @@ class Corsixth < Formula
resource "lpeg" do
url "http://www.inf.puc-rio.br/~roberto/lpeg/lpeg-1.0.2.tar.gz"
mirror "https://sources.voidlinux.org/lua-lpeg-1.0.2/lpeg-1.0.2.tar.gz"
sha256 "48d66576051b6c78388faad09b70493093264588fcd0f258ddaab1cdd4a15ffe"
end

View file

@ -1,6 +1,6 @@
class LiquidDsp < Formula
desc "Digital signal processing library for software-defined radios"
homepage "http://liquidsdr.org/"
homepage "https://liquidsdr.org/"
url "https://github.com/jgaeddert/liquid-dsp/archive/v1.3.1.tar.gz"
sha256 "e3f66ce72a3b5d74eea5ccffb049c62c422c91b0ab92d6dbbef21af3c3bfec73"

View file

@ -1,6 +1,6 @@
class Riemann < Formula
desc "Event stream processor"
homepage "http://riemann.io"
homepage "https://riemann.io/"
url "https://github.com/riemann/riemann/releases/download/0.3.1/riemann-0.3.1.tar.bz2"
sha256 "54f9799922c8cbad75bbbe36c7e5ad32cf932fb61149629ee0528eb178c58351"

View file

@ -33,6 +33,7 @@ class Sile < Formula
resource "lpeg" do
url "http://www.inf.puc-rio.br/~roberto/lpeg/lpeg-1.0.1.tar.gz"
mirror "https://mirror.sobukus.de/files/grimoire/lua-forge/lpeg-1.0.1.tar.gz"
sha256 "62d9f7a9ea3c1f215c77e0cadd8534c6ad9af0fb711c3f89188a8891c72f026b"
end