Skip to content

Commit

Permalink
contacts 1.1a-3
Browse files Browse the repository at this point in the history
Update to support UTF8 strings.

Closes Homebrew#14013.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
Sébastien Gross authored and adamv committed Aug 10, 2012
1 parent 84e4185 commit e2c0d60
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Library/Formula/contacts.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
require 'formula'

# Use a sha1 instead of a tag, as the author has not provided a tag for
# this release. In fact, the author no longer uses this software, so it
# is a candidate for removal if no new maintainer is found.
class Contacts < Formula
url 'https://github.com/dhess/contacts/tarball/v1.1a'
version '1.1a'
homepage 'http://www.gnufoo.org/contacts/contacts.html'
sha1 '2e5c8b4d9302aa6d3652a559155a95d74b6ffb6c'
url 'https://github.com/dhess/contacts/tarball/4092a3c6615d7a22852a3bafc44e4aeeb698aa8f'
version '1.1a-3'
sha1 '644f449f0d01ddf62236ce82240f4757921cca17'

def install
system "make"
Expand Down

0 comments on commit e2c0d60

Please sign in to comment.