ncmpc: use secure url
Closes #400. Signed-off-by: Andrew Janke <andrew@apjanke.net>
This commit is contained in:
parent
bcc0432571
commit
b7c3dad190
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
class Ncmpc < Formula
|
||||
desc "Curses Music Player Daemon (MPD) client"
|
||||
homepage "https://mpd.wikia.com/wiki/Client:Ncmpc"
|
||||
url "http://www.musicpd.org/download/ncmpc/0/ncmpc-0.24.tar.gz"
|
||||
url "https://www.musicpd.org/download/ncmpc/0/ncmpc-0.24.tar.gz"
|
||||
sha256 "1e995c3d1ba20fd235dcb319e16a244c04c52c0792564b2091487035827eeb7a"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue