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 05f1c11 commit 24d5a33Copy full SHA for 24d5a33
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.2/sbcl-2.5.2-source.tar.bz2"
5
- sha256 "5dc27eba7dda433df53fd7441de8b11474a82cdac1689c1f6ce55fa065d65fac"
+ url "https://downloads.sourceforge.net/project/sbcl/sbcl/2.5.3/sbcl-2.5.3-source.tar.bz2"
+ sha256 "8a1e76e75bb73eaec2df1ee0541aab646caa1042c71e256aaa67f7aff3ab16d5"
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