digitalcoyote / chocolatey-packages

Template repository for Chocolatey Automatic Package Updater Module
MIT License
8 stars 11 forks source link

Fix for Buildozer new version format #52

Closed BoelGerhardt closed 1 month ago

BoelGerhardt commented 1 month ago

Basically similar fix as https://github.com/digitalcoyote/chocolatey-packages/pull/51 but for Buildozer: handle the added "v" in front of newer versions that has prevented the package to get updated with versions after 6.1.1.

This fix allows only the leading lowercase "v" (no other letters). I don't see a need to allow for any letter. Or is the letter range preferred? Feel free to update in that case. (I don't understand how the uppercase range [A-Z] in the Buildifier fix matches the lowercase "v" in the URL, I don't see that case is ignored anywhere, but obviously it works as well, but it looks a bit weird when you know it's actually a lowercase "v")