Sam Ford ba7cf9df7a
Bitbucket: Fix tag match
The `Bitbucket` strategy currently matches versions from tag
tarball links on a project's `downloads/?tab=tags` page. It appears
that Bitbucket now uses a hash as the filename on this page instead
of the tag name, so the existing regex no longer matches.

This adds an alternative regex to match versions from the tag name
element (e.g., `<td class="name">example-1.2.3</td>`), which will fix
version matching in this scenario.
2023-05-19 10:55:28 -04:00
..
2023-05-19 10:55:28 -04:00
2021-09-11 01:00:23 +01:00
2023-04-24 20:42:39 -07:00
2023-05-09 01:13:55 +02:00
2023-04-24 20:42:39 -07:00