chocolatey-community / chocolatey-packages

Chocolatey Community Maintainers Team Packages - packages that are managed and maintained by core community team for community package repository (https://community.chocolatey.org/packages)
https://community.chocolatey.org/profiles/chocolatey-community
Apache License 2.0
447 stars 377 forks source link

(filezilla) Fixes DownloadPage Request #2497

Closed JPRuskin closed 2 months ago

JPRuskin commented 3 months ago

Description

This updates the Invoke-WebRequest used in the Filezilla update script to find the versions to add an accept header.

Motivation and Context

The filezilla update was failing due to an invalid version.

On investigation, the returned page had no useful content. This change fixes that, and allows us to continue grabbing updated links.

How Has this Been Tested?

Before changes: image

After changes: image

Types of changes

Checklist:

AppVeyorBot commented 3 months ago

:white_check_mark: Package verification completed without issues. PR is now pending human review