icalBuddy 1.8.0
Closes Homebrew/homebrew#10010. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
afad653454
commit
4d251c72d4
1 changed files with 3 additions and 4 deletions
|
@ -4,11 +4,10 @@ require 'formula'
|
|||
# include source files.
|
||||
|
||||
class IcalBuddy < Formula
|
||||
url 'http://hasseg.org/git-public/icalBuddy.git', :tag => 'v1.7.19',
|
||||
:using => :git
|
||||
homepage 'http://hasseg.org/icalBuddy/'
|
||||
version '1.7.19'
|
||||
md5 '719089991317e01479d666b003b925fc'
|
||||
url 'http://hasseg.org/git-public/icalBuddy.git', :tag => 'v1.8.0',
|
||||
:using => :git
|
||||
version '1.8.0'
|
||||
|
||||
head 'http://hasseg.org/git-public/icalBuddy.git', :using => :git
|
||||
|
||||
|
|
Loading…
Reference in a new issue