Skip to content

Commit

Permalink
git-review 1.25.0
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#41282

Closes Homebrew/legacy-homebrew#41648.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
  • Loading branch information
DomT4 committed Jul 13, 2015
1 parent 3b8f231 commit 5df1f1d
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions Formula/git-review.rb
@@ -1,11 +1,8 @@
require "formula"

class GitReview < Formula
desc "Submit git branches to gerrit for review"
homepage "https://git.openstack.org/cgit/openstack-infra/git-review"
url "https://pypi.python.org/packages/source/g/git-review/git-review-1.24.tar.gz"
sha1 "9183b505366b842cff32132ee88d8eff44bb7c89"
revision 1
url "https://pypi.python.org/packages/source/g/git-review/git-review-1.25.0.tar.gz"
sha256 "087e0a7dc2415796a9f21c484a6f652c5410e6ba4562c36291c5399f9395a11d"

bottle do
cellar :any
Expand All @@ -17,8 +14,8 @@ class GitReview < Formula
depends_on :python if MacOS.version <= :snow_leopard

resource "requests" do
url "https://pypi.python.org/packages/source/r/requests/requests-2.6.0.tar.gz"
sha256 "1cdbed1f0e236f35ef54e919982c7a338e4fea3786310933d3a7887a04b74d75"
url "https://pypi.python.org/packages/source/r/requests/requests-2.7.0.tar.gz"
sha256 "398a3db6d61899d25fd4a06c6ca12051b0ce171d705decd7ed5511517b4bb93d"
end

def install
Expand Down

0 comments on commit 5df1f1d

Please sign in to comment.