libcuefile: use secure url and fix an audit issue
This commit is contained in:
parent
158034803f
commit
82e33489e8
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
class Libcuefile < Formula
|
class Libcuefile < Formula
|
||||||
desc "Library to work with CUE files"
|
desc "Library to work with CUE files"
|
||||||
homepage "https://www.musepack.net/"
|
homepage "https://www.musepack.net/"
|
||||||
url "http://files.musepack.net/source/libcuefile_r475.tar.gz"
|
url "https://files.musepack.net/source/libcuefile_r475.tar.gz"
|
||||||
sha256 "b681ca6772b3f64010d24de57361faecf426ee6182f5969fcf29b3f649133fe7"
|
|
||||||
version "r475"
|
version "r475"
|
||||||
|
sha256 "b681ca6772b3f64010d24de57361faecf426ee6182f5969fcf29b3f649133fe7"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any
|
cellar :any
|
||||||
|
|
Loading…
Reference in a new issue