aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorThomas Pani2012-07-14 20:39:54 +0200
committerAdam Vandenberg2012-07-23 15:30:28 -0700
commiteaaa2433a77340f929fcbb75d92d381fc317b733 (patch)
treeb179b3d5d38e72e18c4c848208733762c6281fdb /Library
parent7e034092332d25ad83bd6d87e55c5f05a6d0d403 (diff)
downloadhomebrew-eaaa2433a77340f929fcbb75d92d381fc317b733.tar.bz2
esniper 2.27
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/esniper.rb8
1 files changed, 5 insertions, 3 deletions
diff --git a/Library/Formula/esniper.rb b/Library/Formula/esniper.rb
index 5f12afa47..12557ad95 100644
--- a/Library/Formula/esniper.rb
+++ b/Library/Formula/esniper.rb
@@ -1,12 +1,14 @@
require 'formula'
class Esniper < Formula
- url 'http://downloads.sourceforge.net/project/esniper/esniper/2.26.0/esniper-2-26-0.tgz'
homepage 'http://sourceforge.net/projects/esniper/'
- md5 '5ea4ae725691fd2178abebb2ba3ee516'
+ url 'http://downloads.sourceforge.net/project/esniper/esniper/2.27.0/esniper-2-27-0.tgz'
+ version '2.27'
+ sha1 ''
def install
- system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"
+ system "./configure", "--disable-dependency-tracking",
+ "--prefix=#{prefix}"
system "make install"
end
end