diff options
| author | Markus Cisler | 2013-09-02 23:47:26 +0200 |
|---|---|---|
| committer | Jack Nagel | 2013-09-02 18:32:09 -0500 |
| commit | a36227da6285930eeb9dc8799d7554704a4d44fe (patch) | |
| tree | f0998d9f9f09b90dc5da713cd283978fb2af8cfb /Library | |
| parent | 816e6afe876063701ac4b946ed5c7bc736005761 (diff) | |
| download | homebrew-a36227da6285930eeb9dc8799d7554704a4d44fe.tar.bz2 | |
fb-client 1.3.0
Closes #22272.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/fb-client.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/fb-client.rb b/Library/Formula/fb-client.rb index b9d53f693..9319d531a 100644 --- a/Library/Formula/fb-client.rb +++ b/Library/Formula/fb-client.rb @@ -2,8 +2,8 @@ require 'formula' class FbClient < Formula homepage 'https://paste.xinu.at' - url 'https://paste.xinu.at/data/client/fb-1.1.4.tar.gz' - sha1 '03483b5cdda9d27121941ddd10ffd20967f3f63b' + url 'https://paste.xinu.at/data/client/fb-1.3.0.tar.gz' + sha1 '4ecf517def1f56a4bfccbea9fc977ce0923566fb' conflicts_with 'findbugs', :because => "findbugs and fb-client both install a `fb` binary" |
