Issy Long 0701ea42fa
cask/audit: Pass a URL's referer through to cURL
- Some casks have URL arguments like "referer" (spelled wrong, that's
  intentional in the HTTP spec).
- The audit for one such cask, `iThoughtsX`, was failing because the
  "referer" wasn't getting passed through to cURL so the access would
  404.

----

Before:

```
❯ brew audit --cask --online --appcast --signing 'ithoughtsx'
[...]
audit for ithoughtsx: failed
 - The binary URL https://cdn.toketaware.com?download=iThoughtsX.zip is not reachable (HTTP status code 404)
 - Version '9.2.0' differs from '9.3.0' retrieved by livecheck.
 - Version '9.2.0' differs from '9.3.0' retrieved by livecheck.
Error: 2 problems in 1 cask detected
```

After:

```
❯ brew audit --cask --online --appcast --signing 'ithoughtsx'
[...]
audit for ithoughtsx: failed
 - Version '9.2.0' differs from '9.3.0' retrieved by livecheck.
 - Version '9.2.0' differs from '9.3.0' retrieved by livecheck.
Error: 1 problem in 1 cask detected
```
2023-03-16 23:28:50 +00:00
..
2023-03-13 09:08:56 -07:00
2022-05-30 14:59:14 +01:00
2023-02-24 13:50:07 +00:00
2020-10-10 14:59:39 +02:00
2020-11-19 16:07:50 +01:00
2023-03-13 09:08:56 -07:00
2023-03-13 09:10:36 -07:00
2021-01-05 09:11:31 -08:00
2022-06-26 14:24:05 -04:00
2022-06-17 19:47:57 +01:00
2021-04-02 15:25:34 +08:00
2023-03-13 09:08:56 -07:00
2022-06-26 14:24:05 -04:00
2023-03-05 18:18:59 +00:00
2023-03-13 19:24:53 +01:00
2023-03-05 18:18:59 +00:00
2023-01-02 19:18:51 +00:00
2023-03-09 13:42:06 -08:00
2023-03-09 13:42:06 -08:00
2021-04-02 03:01:08 +02:00
2021-01-26 16:19:47 -05:00
2023-03-14 08:32:03 -07:00
2023-03-09 20:41:26 +09:00
2022-12-22 23:52:26 -05:00
2023-03-09 13:42:06 -08:00
2021-09-11 01:00:23 +01:00