From 4999b64afe6cd5ded81bc5c1b5023614b7121ff4 Mon Sep 17 00:00:00 2001 From: Andrey Markelov Date: Thu, 2 Jul 2026 16:57:55 -0700 Subject: [PATCH] Update Homebrew formula to v3.6.0 and add schema comments to WinGet templates --- packaging/homebrew/dbxcli.rb | 6 +++--- .../winget/templates/Dropbox.dbxcli.installer.yaml.template | 1 + .../templates/Dropbox.dbxcli.locale.en-US.yaml.template | 1 + packaging/winget/templates/Dropbox.dbxcli.yaml.template | 1 + 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/packaging/homebrew/dbxcli.rb b/packaging/homebrew/dbxcli.rb index 3c1a77f3..23998e59 100644 --- a/packaging/homebrew/dbxcli.rb +++ b/packaging/homebrew/dbxcli.rb @@ -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" @@ -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 diff --git a/packaging/winget/templates/Dropbox.dbxcli.installer.yaml.template b/packaging/winget/templates/Dropbox.dbxcli.installer.yaml.template index 93fec939..93eed9e9 100644 --- a/packaging/winget/templates/Dropbox.dbxcli.installer.yaml.template +++ b/packaging/winget/templates/Dropbox.dbxcli.installer.yaml.template @@ -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}} diff --git a/packaging/winget/templates/Dropbox.dbxcli.locale.en-US.yaml.template b/packaging/winget/templates/Dropbox.dbxcli.locale.en-US.yaml.template index 554a188e..f7d2b731 100644 --- a/packaging/winget/templates/Dropbox.dbxcli.locale.en-US.yaml.template +++ b/packaging/winget/templates/Dropbox.dbxcli.locale.en-US.yaml.template @@ -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}} diff --git a/packaging/winget/templates/Dropbox.dbxcli.yaml.template b/packaging/winget/templates/Dropbox.dbxcli.yaml.template index 73ca7d7d..7342cf9b 100644 --- a/packaging/winget/templates/Dropbox.dbxcli.yaml.template +++ b/packaging/winget/templates/Dropbox.dbxcli.yaml.template @@ -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}}