diff options
| author | Mikaela Suomalainen | 2015-01-11 11:23:07 +0200 |
|---|---|---|
| committer | Mike McQuaid | 2015-01-11 10:58:42 +0000 |
| commit | dd39d8820646bb9e9f9142675246cb8e6522ab78 (patch) | |
| tree | 9556dba13a9ddf70119371a190a6e76f59b5a8f1 | |
| parent | d9a0e51ed0b3829c42ec9a9a2af69b8d8cd512fe (diff) | |
| download | homebrew-dd39d8820646bb9e9f9142675246cb8e6522ab78.tar.bz2 | |
weechat 1.1
Update WeeChat formula to 1.1
Closes #35740.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/weechat.rb | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/Library/Formula/weechat.rb b/Library/Formula/weechat.rb index 7a400ec87..7511ed3ec 100644 --- a/Library/Formula/weechat.rb +++ b/Library/Formula/weechat.rb @@ -1,13 +1,7 @@ class Weechat < Formula homepage "https://www.weechat.org" - url "https://weechat.org/files/src/weechat-1.0.1.tar.gz" - sha1 "1d33591b6c0adc2c30b36a7b349603cbdbcb40b2" - - devel do - url "https://github.com/weechat/weechat/archive/v1.1-rc1.tar.gz" - sha1 "3cf06cfead34fe351a0e3eb53144cbf3f68bc7e5" - version "1.1-rc1" - end + url "https://weechat.org/files/src/weechat-1.1.tar.gz" + sha1 "8cc055051b0df6755e8310e4fd624623707e81dc" head "https://github.com/weechat/weechat.git" @@ -33,12 +27,6 @@ class Weechat < Formula depends_on "curl" => :optional def install - # builds against the python in PATH by asking cmake to use introspected - # values instead of ignoring them - # https://github.com/weechat/weechat/pull/217 - if build.stable? - inreplace "cmake/FindPython.cmake", "PATHS ${", "HINTS ${" - end args = std_cmake_args |
