aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorTrevor Wennblom2011-08-24 07:22:58 -0500
committerCharlie Sharpsteen2011-08-24 21:44:29 -0700
commitf5599434b74b9e48d3b4b450eea7a6af7312f3b5 (patch)
treeef29bd737d2a530c28ff268dae73f402553901e8 /Library/Formula
parent699b8b177688eeeab663369649e3acab64b7819b (diff)
downloadhomebrew-f5599434b74b9e48d3b4b450eea7a6af7312f3b5.tar.bz2
update ical-buddy 1.7.19
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ical-buddy.rb13
1 files changed, 8 insertions, 5 deletions
diff --git a/Library/Formula/ical-buddy.rb b/Library/Formula/ical-buddy.rb
index 8f5923e87..4458cf576 100644
--- a/Library/Formula/ical-buddy.rb
+++ b/Library/Formula/ical-buddy.rb
@@ -1,17 +1,20 @@
require 'formula'
+# NOTE: Using git-repo instead of zip package as the latter does not
+# include source files.
+
class IcalBuddy < Formula
- url "http://hasseg.org/git-public/icalBuddy.git",
- :tag => '36058c4f05bebbc377f5dfa68b9be476f3d0a361',
+ url 'http://hasseg.org/git-public/icalBuddy.git', :tag => 'v1.7.19',
:using => :git
homepage 'http://hasseg.org/icalBuddy/'
- version '1.7.18'
+ version '1.7.19'
+ md5 '719089991317e01479d666b003b925fc'
- head "http://hasseg.org/git-public/icalBuddy.git", :using => :git
+ head 'http://hasseg.org/git-public/icalBuddy.git', :using => :git
def install
arch = MacOS.prefer_64_bit? ? "x86_64" : "i386"
- sdk = MacOS.leopard? ? "10.5" : "10.6"
+ sdk = MACOS_VERSION
inreplace "Makefile" do |s|
s.gsub! "-arch i386 -arch ppc $(ARCH_64BIT)", "-arch #{arch}"