From 3c737c384598d29d74a3f0efd3fd0edf9ffa4093 Mon Sep 17 00:00:00 2001 From: clobber Date: Tue, 1 Sep 2015 15:39:41 -0500 Subject: [PATCH] sdcc 3.5.0 Closes Homebrew/homebrew#43485. Signed-off-by: Xu Cheng --- Formula/sdcc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/sdcc.rb b/Formula/sdcc.rb index 1b9ef35c75..96e4c21cc3 100644 --- a/Formula/sdcc.rb +++ b/Formula/sdcc.rb @@ -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/"