aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDominyk Tiller2014-11-10 01:19:12 +0000
committerJack Nagel2014-11-09 20:02:39 -0600
commit9f3f69f3a242fd9187d5bfad57c9454f835cdd41 (patch)
tree1550c8dde7cea09c4b86a3e88680ebf1f2a98cdd /Library/Formula
parentb6c811ba12d9c1dc756781fa90c964ca11c5a8c2 (diff)
downloadhomebrew-9f3f69f3a242fd9187d5bfad57c9454f835cdd41.tar.bz2
profanity 0.4.5
Version bump. Closes #34056. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/profanity.rb7
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/profanity.rb b/Library/Formula/profanity.rb
index 27e6df91b..414eace3f 100644
--- a/Library/Formula/profanity.rb
+++ b/Library/Formula/profanity.rb
@@ -2,8 +2,8 @@ require "formula"
class Profanity < Formula
homepage "http://www.profanity.im/"
- url "http://www.profanity.im/profanity-0.4.4.tar.gz"
- sha1 "c9b8472ccdefc8d3a24c06a4ee9a3f6b0b75794d"
+ url "http://www.profanity.im/profanity-0.4.5.tar.gz"
+ sha1 "d9eb1b9d6a674d5f49e03882f80d1c5cf98c3ce1"
head "https://github.com/boothj5/profanity.git"
bottle do
@@ -24,8 +24,7 @@ class Profanity < Formula
def install
system "./bootstrap.sh"
- system "./configure", "--disable-debug",
- "--disable-dependency-tracking",
+ system "./configure", "--disable-dependency-tracking",
"--disable-silent-rules",
"--prefix=#{prefix}"
system "make", "install"