aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorSébastien Gross2012-08-06 22:34:32 +0200
committerAdam Vandenberg2012-08-10 10:25:48 -0700
commite2c0d60ac766d5bb03bbb9a126e08c0ca97494b8 (patch)
tree1becc3b571d4e963546371c7396dc8a9ca9c4ae9 /Library/Formula
parent84e4185068b6815c1db74dad744596620893de78 (diff)
downloadhomebrew-e2c0d60ac766d5bb03bbb9a126e08c0ca97494b8.tar.bz2
contacts 1.1a-3
Update to support UTF8 strings. Closes #14013. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/contacts.rb9
1 files changed, 6 insertions, 3 deletions
diff --git a/Library/Formula/contacts.rb b/Library/Formula/contacts.rb
index ec1938bc8..2b9959eeb 100644
--- a/Library/Formula/contacts.rb
+++ b/Library/Formula/contacts.rb
@@ -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"