From 554da5ffa041cf43f596dbb6c63f799b0cb4735d Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 27 Jan 2013 14:06:39 -0800 Subject: dcal: style nits --- Library/Formula/dcal.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/dcal.rb b/Library/Formula/dcal.rb index 0568c37af..3d58ac956 100644 --- a/Library/Formula/dcal.rb +++ b/Library/Formula/dcal.rb @@ -1,10 +1,10 @@ require 'formula' class Dcal < Formula - url 'http://alexeyt.freeshell.org/code/dcal.c' homepage 'http://alexeyt.freeshell.org/' - sha1 '3b1d4ed45ed0192df4841ed9e371c89fe87bdeac' + url 'http://alexeyt.freeshell.org/code/dcal.c' version '0.1.0' + sha1 '3b1d4ed45ed0192df4841ed9e371c89fe87bdeac' def install system ENV.cxx, "dcal.c", "-o", "dcal" -- cgit v1.2.3