Sam Ford 283ff9e3ad
bump-formula-pr: handle url with specs hash
The existing `bump-formula-pr` regexes expect a `url` string to only
be followed by a newline. However, `url` also accepts a `specs` hash,
which can appear after the `url` string. For example:

```
url "https://www.example.com/1.2.3.tar.gz", using: :homebrew_curl
```

This commit modifies the regexes to capture anything after the `url`
string and before the newline. This works for the aforementioned
example, where the trailing hash is on the same line, but it won't
work if the hash appears on a subsequent line. For example:

```
url "https://www.example.com/1.2.3.tar.gz",
  using: :homebrew_curl
```
2022-06-24 19:26:16 -04:00
..
2022-06-17 19:47:55 +01:00
2022-05-30 14:59:14 +01:00
2022-04-12 08:39:03 +09:00
2021-10-20 09:04:59 +01:00
2021-12-24 21:15:21 -05:00
2022-05-30 14:59:14 +01:00
2022-05-30 14:59:14 +01:00
2021-12-24 21:15:21 -05:00
2021-11-22 16:34:47 -08:00
2022-06-17 19:47:57 +01:00