diff options
| -rw-r--r-- | Library/Formula/sdcc.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/sdcc.rb b/Library/Formula/sdcc.rb index ad1bbfc38..246da7816 100644 --- a/Library/Formula/sdcc.rb +++ b/Library/Formula/sdcc.rb @@ -1,8 +1,8 @@ require 'formula' class Sdcc < Formula - url 'http://downloads.sourceforge.net/project/sdcc/sdcc/3.0.0/sdcc-src-3.0.0.tar.bz2' homepage 'http://sdcc.sourceforge.net/' + url 'http://downloads.sourceforge.net/project/sdcc/sdcc/3.0.0/sdcc-src-3.0.0.tar.bz2' sha1 '5f50f3841d58c10432bc4352e06a3f1b1f339ec1' depends_on 'gputils' |
