Skip to content

vault-cli 3.8.4 #216957

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/v/vault-cli.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class VaultCli < Formula

Check warning on line 1 in Formula/v/vault-cli.rb

View workflow job for this annotation

GitHub Actions / macOS 15-x86_64

No bottle built for vault-cli!

vault-cli has unbottled dependencies, so a bottle will not be built.
desc "Subversion-like utility to work with Jackrabbit FileVault"
homepage "https://jackrabbit.apache.org/filevault/index.html"
url "https://search.maven.org/remotecontent?filepath=org/apache/jackrabbit/vault/vault-cli/3.8.2/vault-cli-3.8.2-bin.tar.gz"
sha256 "e8f5c6ec2fa931172e09f28a32d52b0b5dad0696069e26a8edd38031423af1d7"
url "https://search.maven.org/remotecontent?filepath=org/apache/jackrabbit/vault/vault-cli/3.8.4/vault-cli-3.8.4-bin.tar.gz"
sha256 "02ad814831f09a0a23c3425047bb0359b744d018cf097272554cd0e37d631c95"
license "Apache-2.0"
head "https://github.com/apache/jackrabbit-filevault.git", branch: "master"

Expand All @@ -26,7 +26,7 @@
bin.env_script_all_files(libexec/"bin", JAVA_HOME: Formula["openjdk"].opt_prefix)
end

test do

Check failure on line 29 in Formula/v/vault-cli.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

`brew test --verbose vault-cli` failed on macOS Sonoma (14) on Apple Silicon!

/opt/homebrew/Library/Homebrew/test.rb:54:in `<main>'

Check failure on line 29 in Formula/v/vault-cli.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

`brew test --verbose vault-cli` failed on macOS Sequoia (15) on Apple Silicon!

/opt/homebrew/Library/Homebrew/test.rb:54:in `<main>'

Check failure on line 29 in Formula/v/vault-cli.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

`brew test --verbose vault-cli` failed on macOS Ventura (13) on Apple Silicon!

/opt/homebrew/Library/Homebrew/test.rb:54:in `<main>'

Check failure on line 29 in Formula/v/vault-cli.rb

View workflow job for this annotation

GitHub Actions / Linux x86_64

`brew test --verbose vault-cli` failed on Linux x86_64!

/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test.rb:54:in `<main>'

Check failure on line 29 in Formula/v/vault-cli.rb

View workflow job for this annotation

GitHub Actions / Linux arm64

`brew test --verbose vault-cli` failed on Linux arm64!

/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test.rb:54:in `<main>'

Check failure on line 29 in Formula/v/vault-cli.rb

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

`brew test --verbose vault-cli` failed on macOS Sonoma (14)!

/usr/local/Homebrew/Library/Homebrew/test.rb:54:in `<main>'

Check failure on line 29 in Formula/v/vault-cli.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

`brew test --verbose vault-cli` failed on macOS Ventura (13)!

/usr/local/Homebrew/Library/Homebrew/test.rb:54:in `<main>'
# Bad test, but we're limited without a Jackrabbit repo to speak to...
system bin/"vlt", "--version"
end
Expand Down
Loading