diff options
| author | Jakub Roztočil | 2015-02-24 08:05:58 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2015-02-24 09:06:14 +0000 |
| commit | 9a0ffdf0301799edc3c16257136b805564c118db (patch) | |
| tree | e4c20db80b2c78b57a7ebc36e86d4d8f320aafa1 /Library/Formula | |
| parent | 7c98035a58fb1c2ede2d767eace802e3dc76233c (diff) | |
| download | homebrew-9a0ffdf0301799edc3c16257136b805564c118db.tar.bz2 | |
HTTPie 0.9.2
https://github.com/jakubroztocil/httpie/releases/tag/0.9.2
Closes #37135.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/httpie.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/httpie.rb b/Library/Formula/httpie.rb index bc9053150..c8a60ba82 100644 --- a/Library/Formula/httpie.rb +++ b/Library/Formula/httpie.rb @@ -1,7 +1,7 @@ class Httpie < Formula homepage "https://github.com/jakubroztocil/httpie" - url "https://github.com/jakubroztocil/httpie/archive/0.9.1.tar.gz" - sha1 "00071019c28a8deefaf65eddf9248998b446cdef" + url "https://github.com/jakubroztocil/httpie/archive/0.9.2.tar.gz" + sha1 "39e9aab7f6f27973098c22c81fe5b9e7a5866a8b" head "https://github.com/jakubroztocil/httpie.git" @@ -20,8 +20,8 @@ class Httpie < Formula end resource "requests" do - url "https://pypi.python.org/packages/source/r/requests/requests-2.5.1.tar.gz" - sha1 "f906c441be2f0e7a834cbf701a72788d3ac3d144" + url "https://pypi.python.org/packages/source/r/requests/requests-2.5.2.tar.gz" + sha1 "888e788f9e2343f297ae850b13f38b3b3416d3dc" end def install |
