chocolatey / package-validator

Windows service to validate packages conform to package standards
Apache License 2.0
31 stars 29 forks source link

Restic ProjectUrl failing #244

Closed CRBroughton closed 3 years ago

CRBroughton commented 3 years ago

I'm trying to download the latest version of Restic, but the projecturl seems to not want to work, despite it being correct?

https://chocolatey.org/packages/restic/0.9.6

Edit: It seems to work if I ask for the latest version specifically with choco install --version=0.9.6

Also sorry for accidentally closing the issue, still getting used to github.

AdmiringWorm commented 3 years ago

Edit: It seems to work if I ask for the latest version specifically with choco install --version=0.9.6

When a package version haven't been approved, you will always need to specify the version.

The project URL that you mention have nothing to do with the actual installation of the package, it is the metadata for the issue (I see that it is valid though, so this needs to be looked into by the chocolatey staff).

URL in question: https://www.restic.net/

gep13 commented 3 years ago

@CRBroughton @AdmiringWorm this has been addressed with the fix from #243 and the package is now successfully passing package validator. Going to mark this as a duplicate.