sdcc 3.5.0
Closes Homebrew/homebrew#43485. Signed-off-by: Xu Cheng <xucheng@me.com>
This commit is contained in:
parent
f8dfad664e
commit
3c737c3845
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Sdcc < Formula
|
||||
desc "ANSI C compiler for Intel 8051, Maxim 80DS390, and Zilog Z80"
|
||||
homepage "http://sdcc.sourceforge.net/"
|
||||
url "https://downloads.sourceforge.net/project/sdcc/sdcc/3.4.0/sdcc-src-3.4.0.tar.bz2"
|
||||
sha256 "cf6af862b94d5f259f11afa0a1b86304f3047b3723a9df96f20dba869deb5bf9"
|
||||
url "https://downloads.sourceforge.net/project/sdcc/sdcc/3.5.0/sdcc-src-3.5.0.tar.bz2"
|
||||
sha256 "f82978d1614244b22e093402c0a4de1f688a07c807b2980126c964eb3df85fa9"
|
||||
|
||||
head "https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc/"
|
||||
|
||||
|
|
Loading…
Reference in a new issue