abduco 0.4
Update to abduco 0.4 Closes Homebrew/homebrew#37930. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
57564b7899
commit
0d1d12eb41
1 changed files with 2 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
||||||
class Abduco < Formula
|
class Abduco < Formula
|
||||||
homepage "http://www.brain-dump.org/projects/abduco"
|
homepage "http://www.brain-dump.org/projects/abduco"
|
||||||
url "http://www.brain-dump.org/projects/abduco/abduco-0.3.tar.gz"
|
url "http://www.brain-dump.org/projects/abduco/abduco-0.4.tar.gz"
|
||||||
sha1 "175b2c0eaf2a8b7fb044f1454d018dac4ec31293"
|
sha1 "ccd576eb57d9481d5f372e31ce84b3020f661b68"
|
||||||
head "git://repo.or.cz/abduco.git"
|
head "git://repo.or.cz/abduco.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
@ -11,13 +11,6 @@ class Abduco < Formula
|
||||||
sha1 "bd2982595586f67eb747bc287be03fcd5418f4e6" => :mountain_lion
|
sha1 "bd2982595586f67eb747bc287be03fcd5418f4e6" => :mountain_lion
|
||||||
end
|
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
|
def install
|
||||||
ENV.append_to_cflags "-D_DARWIN_C_SOURCE"
|
ENV.append_to_cflags "-D_DARWIN_C_SOURCE"
|
||||||
system "make", "PREFIX=#{prefix}", "install"
|
system "make", "PREFIX=#{prefix}", "install"
|
||||||
|
|
Loading…
Reference in a new issue