z80dasm: use an https url
This commit is contained in:
parent
51e8627d0d
commit
1a5f8a2b6e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
class Z80dasm < Formula
|
||||
desc "Disassembler for the Zilog Z80 microprocessor and compatibles"
|
||||
homepage "http://www.tablix.org/~avian/blog/articles/z80dasm/"
|
||||
url "http://www.tablix.org/~avian/z80dasm/z80dasm-1.1.3.tar.gz"
|
||||
url "https://www.tablix.org/~avian/z80dasm/z80dasm-1.1.3.tar.gz"
|
||||
sha256 "1d6966bf7bddd0965421455e666872607019cfa43352188f5580304dd1039539"
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue