zanata-client 4.6.1
Closes #31079. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
dcd6ab4757
commit
828e092cb0
1 changed files with 4 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
class ZanataClient < Formula
|
||||
desc "Zanata translation system command-line client"
|
||||
homepage "http://zanata.org/"
|
||||
url "https://search.maven.org/remotecontent?filepath=org/zanata/zanata-cli/4.6.0/zanata-cli-4.6.0-dist.tar.gz"
|
||||
sha256 "da2eaa8d57e8530b223622cc9319143be50e79b95f4c998d8110836acf2a89b6"
|
||||
url "https://search.maven.org/remotecontent?filepath=org/zanata/zanata-cli/4.6.1/zanata-cli-4.6.1-dist.tar.gz"
|
||||
sha256 "52e5ea67419e01991346ed25346e20f2740f80964bc829e6bffa828833772858"
|
||||
|
||||
bottle :unneeded
|
||||
|
||||
|
@ -15,6 +15,7 @@ class ZanataClient < Formula
|
|||
end
|
||||
|
||||
test do
|
||||
assert_match /Zanata Java command-line client/, shell_output("#{bin}/zanata-cli --help")
|
||||
output = shell_output("#{bin}/zanata-cli --help")
|
||||
assert_match "Zanata Java command-line client", output
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue