chicken 4.8.0.5
Closes Homebrew/homebrew#23222. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
7870fb16e0
commit
44cf123cbc
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Chicken < Formula
|
||||
homepage 'http://www.call-cc.org/'
|
||||
url 'http://code.call-cc.org/releases/4.8.0/chicken-4.8.0.4.tar.gz'
|
||||
sha1 '35fe59da04041a7b98d018e5ebb223d491ae57c4'
|
||||
url 'http://code.call-cc.org/releases/4.8.0/chicken-4.8.0.5.tar.gz'
|
||||
sha1 'fb393e49433c183d6a97da9b1ca48cb09ed51d72'
|
||||
|
||||
head 'git://code.call-cc.org/chicken-core'
|
||||
|
||||
|
|
Loading…
Reference in a new issue