25080 Commits

Author SHA1 Message Date
Markus Reiter
3c4e855f4d
Revert livecheck position. 2020-12-19 19:34:22 -05:00
Markus Reiter
3aa5395f75
Look in more places for URL, short version and version. 2020-12-19 19:34:22 -05:00
Markus Reiter
02849cf3e7
Don't pass nice_version to block. 2020-12-19 19:34:21 -05:00
Markus Reiter
d3e2a98136
Remove debug output. 2020-12-19 19:34:21 -05:00
Markus Reiter
126842531e
Print backtrace in debug mode. 2020-12-19 19:34:21 -05:00
Markus Reiter
54a3eb2adb
Include item title in Sparkle strategy. 2020-12-19 19:34:21 -05:00
Markus Reiter
605c33c70c
Improve matching of Sparkle strategy. 2020-12-19 19:34:21 -05:00
Markus Reiter
d5e1d004e8
Fix Sparkle strategy when only URLs but no versions are found. 2020-12-19 19:34:21 -05:00
Markus Reiter
347a58f164
Don't skip Sparkle strategy if explicitly specified. 2020-12-19 19:34:20 -05:00
Markus Reiter
a8d893f134
Handle Sparkle appcast which specify the version next to the enclosure. 2020-12-19 19:34:20 -05:00
Markus Reiter
5ae726e2b4
Match Sparkle appcasts with HTTPS namespace. 2020-12-19 19:34:20 -05:00
Markus Reiter
82535696fa
Fix code style. 2020-12-19 19:34:20 -05:00
Markus Reiter
cf40f7b8f6
Rename FollowRedirection to HeaderMatch. 2020-12-19 19:34:20 -05:00
Markus Reiter
f76b5f105f
Skip fetching headers if URL has .xml extension. 2020-12-19 19:34:19 -05:00
Markus Reiter
8b7f38faf0
Fix code style. 2020-12-19 19:34:19 -05:00
Markus Reiter
775c2fd245
Clarify error message. 2020-12-19 19:34:19 -05:00
Markus Reiter
b9741dd1e6
Try getting headers with both user agents. 2020-12-19 19:34:19 -05:00
Markus Reiter
0fe3bf7c7f
Only use Sparkle strategy if URL is specified explicitly. 2020-12-19 19:34:19 -05:00
Markus Reiter
9017778326
Don't use Cask::DSL::Version in Sparkle strategy. 2020-12-19 19:34:19 -05:00
Markus Reiter
6a125401c7
Unescape URL before parsing a version from it. 2020-12-19 19:34:18 -05:00
Markus Reiter
7555556be8
Support block in PageMatch strategy. 2020-12-19 19:34:18 -05:00
Markus Reiter
1857e0ebfa
Skip discontinued, latest and unversioned casks. 2020-12-19 19:34:18 -05:00
Markus Reiter
aba4eac8ab
Support multiple capture groups in PageMatch strategy. 2020-12-19 19:34:18 -05:00
Markus Reiter
df70296403
Allow extracting file name in FollowRedirection strategy. 2020-12-19 19:34:18 -05:00
Markus Reiter
b3c46ba2b9
Allow extracting URL in Sparkle strategy. 2020-12-19 19:34:17 -05:00
Markus Reiter
10b5548eac
Fix page_headers method for multiple headers. 2020-12-19 19:34:17 -05:00
Markus Reiter
7762a597d6
Don't preprocess URL for Sparkle strategy. 2020-12-19 19:34:17 -05:00
Markus Reiter
05971c0965
Fix order of livecheck in casks. 2020-12-19 19:34:17 -05:00
Markus Reiter
51274fb02a
Increase priority of GithubLatest livecheck strategy. 2020-12-19 19:34:17 -05:00
Markus Reiter
c24af82a25
Add Sparkle livecheck strategy. 2020-12-19 19:34:17 -05:00
Markus Reiter
b293acc89b
Add FollowRedirection livecheck strategy. 2020-12-19 19:34:16 -05:00
Markus Reiter
f5d311490c
Add page_headers and page_contents helpers. 2020-12-19 19:34:16 -05:00
Markus Reiter
24046c3182
Merge pull request #10069 from samford/curl-add-debug-retry_request_parameters
Curl: Add optional debug and retry parameters
2020-12-20 01:32:10 +01:00
miccal
aad02c4524 shared_audits: add xit to GITHUB_PRERELEASE_ALLOWLIST 2020-12-20 07:15:46 +08:00
Sam Ford
27b7713f1e
Expand tests for Curl#curl_args 2020-12-19 18:13:15 -05:00
Sam Ford
e687774e8a
Curl: Allow option to omit --retry in curl_args 2020-12-19 18:11:45 -05:00
Sam Ford
9d92ed868b
Curl: Add debug parameter to curl_with_workarounds 2020-12-19 18:03:27 -05:00
FX Coudert
27c4b9c236
Merge pull request #10047 from iMichka/config
formula: add std_configure_args
2020-12-19 23:50:19 +01:00
Michka Popoff
986f65b973 formula: add std_configure_args
Most commonly used configure args
libdir is set to lib to enforce the usage of the single lib folder
on linux, instead of installing to lib64 on some systems.
2020-12-19 22:27:29 +01:00
Markus Reiter
3f6a930044
Merge pull request #10067 from reitermarkus/sudo-prompt
Fix `sudo` prompt.
2020-12-19 21:40:16 +01:00
Markus Reiter
5ac2a6c05a
Merge pull request #10066 from samford/systemcommand-add-debug-option
Systemcommand: Add debug option
2020-12-19 20:49:22 +01:00
Markus Reiter
cbbc932c21 Don't replace string inside of MatchData. 2020-12-19 20:12:42 +01:00
Markus Reiter
4abcfdb7c6 Use more exact regex as URL_MATCH_REGEX for Bitbucket strategy. 2020-12-19 20:12:16 +01:00
Markus Reiter
b1b4518998 Fix sudo prompt. 2020-12-19 19:41:24 +01:00
Sam Ford
778e1d6234
SystemCommand: Default debug and verbose to nil 2020-12-19 10:01:43 -05:00
Sam Ford
d94afb91dd
SystemCommand: Add debug parameter 2020-12-19 09:33:28 -05:00
Seeker
8fc478fef1 cli: fix underlined multi-line help text 2020-12-18 20:54:34 -08:00
Markus Reiter
a065dbcc9b
Merge pull request #10061 from reitermarkus/parser-warning
Hide `parser` warning.
2020-12-18 21:43:58 +01:00
Seeker
19c118d002 formula: activate env extensions for postinstall 2020-12-18 12:35:06 -08:00
Markus Reiter
18e414683d
Merge pull request #10051 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-rspec-2.1.0
build(deps): bump rubocop-rspec from 2.0.1 to 2.1.0 in /Library/Homebrew
2020-12-18 20:36:31 +01:00