Commit 306253d5 authored by Damian Montero's avatar Damian Montero Committed by GitHub

Merge pull request #721 from cstrouse/update-chicken

Update from 4.11.0 to 4.12.0
parents 82119044 b2c087e2
......@@ -3,9 +3,9 @@ require 'package'
class Chicken < Package
description 'CHICKEN is practical and portable scheme system.'
homepage 'https://code.call-cc.org/'
version '4.11.0'
source_url 'https://code.call-cc.org/releases/4.11.0/chicken-4.11.0.tar.gz'
source_sha1 'b8b1e8b741a5ea5b318c449c3bf8a42f8de8ba69'
version '4.12.0'
source_url 'https://code.call-cc.org/releases/4.12.0/chicken-4.12.0.tar.gz'
source_sha1 'f128b57d42ce6f1d4a56a372916e9e538ae1ceab'
def self.build
system "make", "PLATFORM=linux"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment