Skip to content

Commit

Permalink
jfrog-cli-go 1.2.0
Browse files Browse the repository at this point in the history
jfrog-cli-go 1.2.0

Closes #868.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
  • Loading branch information
eyalbe4 authored and DomT4 committed May 5, 2016
1 parent a181227 commit cf67a75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/jfrog-cli-go.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
class JfrogCliGo < Formula
desc "command-line interface for Jfrog Artifactory and Bintray"
homepage "https://github.com/JFrogDev/jfrog-cli-go"
url "https://github.com/JFrogDev/jfrog-cli-go/archive/1.1.0.tar.gz"
sha256 "62550b0f544cc0e814b1c9b1bf96999152fd79f1fe981f755a2ec71f4acae4ef"
url "https://github.com/JFrogDev/jfrog-cli-go/archive/1.2.0.tar.gz"
sha256 "e37c99a26cf51154a071090e06bf145302862d38a4406a77926dd639f836760e"

bottle do
cellar :any_skip_relocation
Expand All @@ -30,6 +30,6 @@ def install
end

test do
assert_equal "jfrog version 1.1.0", shell_output("#{bin}/jfrog -v").chomp
assert_equal "jfrog version 1.2.0", shell_output("#{bin}/jfrog -v").chomp
end
end

0 comments on commit cf67a75

Please sign in to comment.