diff options
| author | Job Snijders | 2015-03-10 13:23:31 +0100 |
|---|---|---|
| committer | Misty De Meo | 2015-03-12 09:32:41 -0700 |
| commit | b04e0e2276adac15eb22e996df78262a64be8a84 (patch) | |
| tree | 48a478b192b13002ae012166a4f6affc3830236f /Library | |
| parent | 45c4674a51127a6cd8b97f96f046fdab45dc770d (diff) | |
| download | homebrew-b04e0e2276adac15eb22e996df78262a64be8a84.tar.bz2 | |
bgpq3 0.1.27
Closes #37559.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/bgpq3.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/bgpq3.rb b/Library/Formula/bgpq3.rb index 4895a9abe..84ad612aa 100644 --- a/Library/Formula/bgpq3.rb +++ b/Library/Formula/bgpq3.rb @@ -2,8 +2,8 @@ require 'formula' class Bgpq3 < Formula homepage 'http://snar.spb.ru/prog/bgpq3/' - url 'http://snar.spb.ru/prog/bgpq3/bgpq3-0.1.21.tgz' - sha1 '42b2ea29c15e3e57c83c9d5f21c793944e1f2b61' + url 'https://github.com/snar/bgpq3/archive/v0.1.27.tar.gz' + sha1 'fae5f735033202ab288aef3ad7a83a0b323ae8d7' head "https://github.com/snar/bgpq3.git" # Makefile: upstream has been informed of the patch through email (multiple |
