From 547356034d90e3461d2c1cb3395c2284f6f86e7e Mon Sep 17 00:00:00 2001 From: lcrees Date: Tue, 24 Mar 2015 14:21:16 -0600 Subject: [PATCH] joe 4.0 Closes Homebrew/homebrew#38035. Signed-off-by: Mike McQuaid --- Formula/joe.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/joe.rb b/Formula/joe.rb index 99a3e878f24c0..16631b2af7cf5 100644 --- a/Formula/joe.rb +++ b/Formula/joe.rb @@ -2,11 +2,12 @@ class Joe < Formula homepage 'http://joe-editor.sourceforge.net/index.html' - url 'https://downloads.sourceforge.net/project/joe-editor/JOE%20sources/joe-3.7/joe-3.7.tar.gz' - sha1 '54398578886d4a3d325aece52c308a939d31101d' + url 'https://downloads.sourceforge.net/project/joe-editor/JOE%20sources/joe-4.0/joe-4.0.tar.gz' + sha1 'a51827c8c61c3cb09a038d8f6670efe84e144927' def install system "./configure", "--prefix=#{prefix}" system "make install" end + end