Skip to content

Commit

Permalink
scm-manager: remove redundant version specifications
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovezfs committed Jul 25, 2017
1 parent 207980b commit 6032c71
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Formula/scm-manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ class ScmManager < Formula
desc "Manage Git, Mercurial, and Subversion repos over HTTP"
homepage "https://www.scm-manager.org"
url "https://maven.scm-manager.org/nexus/content/repositories/releases/sonia/scm/scm-server/1.51/scm-server-1.51-app.tar.gz"
version "1.51"
sha256 "a7302f064443c814da44baf961227568575aff110e3e974d0a7d07894f81567f"

bottle do
Expand All @@ -16,7 +15,6 @@ class ScmManager < Formula

resource "client" do
url "https://maven.scm-manager.org/nexus/content/repositories/releases/sonia/scm/clients/scm-cli-client/1.51/scm-cli-client-1.51-jar-with-dependencies.jar"
version "1.51"
sha256 "9697f390fb0a3d02a805ea66e9b6bb2b3fdf4d53036ec1bea7348e0872e1baae"
end

Expand Down

0 comments on commit 6032c71

Please sign in to comment.