We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f7d594 commit d630b28Copy full SHA for d630b28
Formula/s/sbcl.rb
@@ -1,8 +1,8 @@
1
class Sbcl < Formula
2
desc "Steel Bank Common Lisp system"
3
homepage "https://www.sbcl.org/"
4
- url "https://downloads.sourceforge.net/project/sbcl/sbcl/2.5.4/sbcl-2.5.4-source.tar.bz2"
5
- sha256 "5f14b4ed92942a9e387594fac000b96db7467e9ce5613067ffc0923df3ec2072"
+ url "https://downloads.sourceforge.net/project/sbcl/sbcl/2.5.5/sbcl-2.5.5-source.tar.bz2"
+ sha256 "6502670afb361ba9be44a2fafe9af9b59e7b24ae509a791a66b5481f2955950b"
6
license all_of: [:public_domain, "MIT", "Xerox", "BSD-3-Clause"]
7
head "https://git.code.sf.net/p/sbcl/sbcl.git", branch: "master"
8
0 commit comments