xmp: use secure head url
This commit is contained in:
parent
242ccd90e8
commit
84918157d3
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
class Xmp < Formula
|
||||
desc "Command-line player for module music formats (MOD, S3M, IT, etc)"
|
||||
homepage "https://xmp.sourceforge.io"
|
||||
homepage "https://xmp.sourceforge.io/"
|
||||
url "https://downloads.sourceforge.net/project/xmp/xmp/4.1.0/xmp-4.1.0.tar.gz"
|
||||
sha256 "1dbd61074783545ac7bef5b5daa772fd2110764cb70f937af8c3fad30f73289e"
|
||||
|
||||
|
@ -12,7 +12,7 @@ class Xmp < Formula
|
|||
end
|
||||
|
||||
head do
|
||||
url "git://git.code.sf.net/p/xmp/xmp-cli"
|
||||
url "https://git.code.sf.net/p/xmp/xmp-cli.git"
|
||||
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
|
|
Loading…
Reference in a new issue