dasm: use secure head url
This commit is contained in:
parent
8b07e1ae4f
commit
e96a183f50
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
class Dasm < Formula
|
||||
desc "Macro assembler with support for several 8-bit microprocessors"
|
||||
homepage "https://dasm-dillon.sourceforge.io"
|
||||
homepage "https://dasm-dillon.sourceforge.io/"
|
||||
url "https://downloads.sourceforge.net/project/dasm-dillon/dasm-dillon/2.20.11/dasm-2.20.11-2014.03.04-source.tar.gz"
|
||||
sha256 "a9330adae534aeffbfdb8b3ba838322b92e1e0bb24f24f05b0ffb0a656312f36"
|
||||
head "svn://svn.code.sf.net/p/dasm-dillon/code/trunk"
|
||||
head "https://svn.code.sf.net/p/dasm-dillon/code/trunk"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
|
Loading…
Reference in a new issue