aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/bvi.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/bvi.rb b/Library/Formula/bvi.rb
index 41cc97db5..4b1492a2e 100644
--- a/Library/Formula/bvi.rb
+++ b/Library/Formula/bvi.rb
@@ -1,9 +1,9 @@
-require 'formula'
+require "formula"
class Bvi < Formula
- homepage 'http://bvi.sourceforge.net'
- url 'https://downloads.sourceforge.net/bvi/bvi-1.3.2.src.tar.gz'
- sha1 '0ff213ebb5cd0993c5d1f7c8d4172aaec709aac1'
+ homepage "http://bvi.sourceforge.net"
+ url "https://downloads.sourceforge.net/bvi/bvi-1.4.0.src.tar.gz"
+ sha1 "7b3c0760f0779dba920e08eafcf2fe23a09d70da"
def install
system "./configure", "--prefix=#{prefix}", "--mandir=#{man}"