Skip to content

Commit

Permalink
artifactory 4.0.1
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#42840.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
stuwil authored and MikeMcQuaid committed Aug 12, 2015
1 parent 08de208 commit 9a536c6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Formula/artifactory.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Artifactory < Formula
desc "Manages binaries"
homepage "http://www.jfrog.com/artifactory/"
url "https://dl.bintray.com/jfrog/artifactory/jfrog-artifactory-oss-4.0.0.zip"
sha256 "733b6f0f388099657cdf2429c41c7d8a91e8322346b811a97bedfb09036600dc"
url "https://dl.bintray.com/jfrog/artifactory/jfrog-artifactory-oss-4.0.1.zip"
sha256 "f55bea0e98235bf5c5128328daec2251c9fdaa26a9ef543b74acd84c5b382b82"

depends_on :java => "1.8+"

Expand Down Expand Up @@ -65,7 +65,6 @@ def plist; <<-EOS.undent
end

test do
output = shell_output("#{bin}/artifactory.sh check 2>&1", 1)
assert_match /Checking arguments to Artifactory/, output
assert_match /Checking arguments to Artifactory/, `#{bin}/artifactory.sh check`
end
end

0 comments on commit 9a536c6

Please sign in to comment.