aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin King2015-03-20 20:45:37 -0700
committerMike McQuaid2015-03-21 10:28:27 +0000
commitc2a6fa74b306c18848202a97d6cef4e9411a67fd (patch)
tree14f984fd94fca403a091d710168e90bc55439c32
parentdf8b55125cdf7f6a20aff3b582f820074d0c323d (diff)
downloadhomebrew-c2a6fa74b306c18848202a97d6cef4e9411a67fd.tar.bz2
abduco 0.4
Update to abduco 0.4 Closes #37930. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-rw-r--r--Library/Formula/abduco.rb11
1 files changed, 2 insertions, 9 deletions
diff --git a/Library/Formula/abduco.rb b/Library/Formula/abduco.rb
index 1ca2c0b89..3ea8193c5 100644
--- a/Library/Formula/abduco.rb
+++ b/Library/Formula/abduco.rb
@@ -1,7 +1,7 @@
class Abduco < Formula
homepage "http://www.brain-dump.org/projects/abduco"
- url "http://www.brain-dump.org/projects/abduco/abduco-0.3.tar.gz"
- sha1 "175b2c0eaf2a8b7fb044f1454d018dac4ec31293"
+ url "http://www.brain-dump.org/projects/abduco/abduco-0.4.tar.gz"
+ sha1 "ccd576eb57d9481d5f372e31ce84b3020f661b68"
head "git://repo.or.cz/abduco.git"
bottle do
@@ -11,13 +11,6 @@ class Abduco < Formula
sha1 "bd2982595586f67eb747bc287be03fcd5418f4e6" => :mountain_lion
end
- # upstream fix for create-session: Invalid argument
- # safe to remove in versions > 0.3
- patch do
- url "http://repo.or.cz/w/abduco.git/patch/91b733"
- sha1 "4370ceb4c304ecd916e69c6c7c876666807f6fb8"
- end
-
def install
ENV.append_to_cflags "-D_DARWIN_C_SOURCE"
system "make", "PREFIX=#{prefix}", "install"