From 4995e0fb97c0087f8af80aea5f581ab315067b5f Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Sat, 18 May 2013 16:58:38 -0500 Subject: [PATCH] ical-buddy: build from source The official tarballs don't contain any source code, just a prebuilt i386 binary. We didn't notice since make exits 0 when the requested targets exist even if there's no makefile. Fixes mistydemeo/tigerbrew#41. --- Formula/ical-buddy.rb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Formula/ical-buddy.rb b/Formula/ical-buddy.rb index f6f0c6abe6d..7b470b32065 100644 --- a/Formula/ical-buddy.rb +++ b/Formula/ical-buddy.rb @@ -1,9 +1,12 @@ require 'formula' class IcalBuddy < Formula + # NOTE: the official tarball doesn't actually contain any source, + # just a prebuilt i386 binary homepage 'http://hasseg.org/icalBuddy/' - url 'http://hasseg.org/icalBuddy/1.8.8/icalBuddy-v1.8.8.zip' - sha1 '037a92848464a6814a312fb73e4bcdafcb88331a' + url 'http://hasseg.org/git-public/icalBuddy.git', + :tag => 'v1.8.8' + version '1.8.8' head 'http://hasseg.org/git-public/icalBuddy.git'