suil: use secure urls
This commit is contained in:
parent
151026d4eb
commit
b7dadd60f9
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
class Suil < Formula
|
class Suil < Formula
|
||||||
desc "lightweight C library for loading and wrapping LV2 plugin UIs"
|
desc "lightweight C library for loading and wrapping LV2 plugin UIs"
|
||||||
homepage "http://drobilla.net/software/suil/"
|
homepage "https://drobilla.net/software/suil/"
|
||||||
url "http://download.drobilla.net/suil-0.8.2.tar.bz2"
|
url "https://download.drobilla.net/suil-0.8.2.tar.bz2"
|
||||||
sha256 "787608c1e5b1f5051137dbf77c671266088583515af152b77b45e9c3a36f6ae8"
|
sha256 "787608c1e5b1f5051137dbf77c671266088583515af152b77b45e9c3a36f6ae8"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
|
Loading…
Reference in a new issue