Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions packaging/homebrew/dbxcli.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Dbxcli < Formula
desc "Command-line tool for Dropbox users and team admins"
homepage "https://github.com/dropbox/dbxcli"
url "https://github.com/dropbox/dbxcli/archive/refs/tags/v3.5.1.tar.gz"
sha256 "04e9dc214c481a0cdbf39deaadf6ec247188c9c207b3c440cb6b139a17020e80"
url "https://github.com/dropbox/dbxcli/archive/refs/tags/v3.6.0.tar.gz"
sha256 "49d80ff75f879420ae0e20bd77172a1435edd7e15bf3068cfbe5696d89a8c43b"
license "Apache-2.0"
head "https://github.com/dropbox/dbxcli.git", branch: "master"

Expand All @@ -18,7 +18,7 @@ def install
ENV["DBXCLI_AUTH_FILE"] = testpath/"missing-auth.json"
assert_path_exists doc/"dbxcli_completion.md"
assert_path_exists doc/"dbxcli_completion_bash.md"
output = shell_output("#{bin}/dbxcli ls 2>&1", 1)
output = shell_output("#{bin}/dbxcli ls 2>&1", 2)
assert_match "no saved Dropbox credentials", output
end
end
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
# Created with packaging/winget/render-manifests.sh.
PackageIdentifier: Dropbox.dbxcli
PackageVersion: {{VERSION}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
# Created with packaging/winget/render-manifests.sh.
PackageIdentifier: Dropbox.dbxcli
PackageVersion: {{VERSION}}
Expand Down
1 change: 1 addition & 0 deletions packaging/winget/templates/Dropbox.dbxcli.yaml.template
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
# Created with packaging/winget/render-manifests.sh.
PackageIdentifier: Dropbox.dbxcli
PackageVersion: {{VERSION}}
Expand Down
Loading