Carlo Cabrera
20ab54fd9f
formula_creator: use tool-agnostic cmake commands
...
New versions of CMake know how to invoke the appropriate build tool
(i.e. make or ninja), so let's try to leave that to CMake.
This also builds out-of-tree, without having to deal with the `mkdir
"build" do` business.
2021-03-15 05:36:33 +00:00
Bo Anderson
e3b451cce8
Merge pull request #10842 from Homebrew/sorbet-files-update
...
sorbet: Update RBI files.
2021-03-13 20:29:34 +00:00
Markus Reiter
4e6840b6d6
Merge pull request #10548 from marblenix/url_block_bugfix
...
bugfix: Add args and options to lazy url block
2021-03-13 12:21:56 +01:00
BrewTestBot
721949bf94
sorbet: Update RBI files.
...
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml ) workflow.
2021-03-13 00:50:08 +00:00
Carlo Cabrera
636ac91817
Merge pull request #10836 from carlocab/unsupported-versions
...
formula_installer: skip bottle check on old Macs
2021-03-12 21:09:08 +00:00
Mike McQuaid
8726636ffe
Merge pull request #10835 from MikeMcQuaid/pr_upload_github_packages
...
Support uploading and downloading bottles from GitHub packages
2021-03-12 18:07:24 +00:00
Cassidy Marble
267040e5df
bugfix: Add args and options to lazy url block
2021-03-12 10:26:59 -07:00
Carlo Cabrera
de676841f6
formula_installer: skip bottle check on old Macs
...
Fixes #10832 .
2021-03-12 15:38:45 +00:00
Nanda H Krishna
1e3dab1401
Merge pull request #10831 from nandahkrishna/cask-autotap
...
cask_loader: do not auto-tap in FromTapLoader
2021-03-12 20:10:38 +05:30
Mike McQuaid
1d32dc9067
Support downloading bottles from GitHub Packages
2021-03-12 14:11:24 +00:00
Mike McQuaid
8e646f6202
pr-upload: support uploading to GitHub Packages.
...
Use `oras` to create a package tagged with the current version.
2021-03-12 14:09:25 +00:00
Bo Anderson
21314eb59b
Merge pull request #10840 from Homebrew/dependabot/bundler/Library/Homebrew/tapioca-0.4.17
...
build(deps): bump tapioca from 0.4.16 to 0.4.17 in /Library/Homebrew
2021-03-12 13:49:07 +00:00
Bo Anderson
2092a69410
Merge pull request #10839 from Homebrew/dependabot/bundler/Library/Homebrew/nokogiri-1.11.2
...
build(deps): bump nokogiri from 1.11.1 to 1.11.2 in /Library/Homebrew
2021-03-12 13:48:44 +00:00
BrewTestBot
adef71afb4
Update RBI files for tapioca.
2021-03-12 13:27:00 +00:00
BrewTestBot
afa6d04f00
brew vendor-gems: commit updates.
2021-03-12 13:26:06 +00:00
dependabot[bot]
cef1bdda1d
build(deps): bump tapioca from 0.4.16 to 0.4.17 in /Library/Homebrew
...
Bumps [tapioca](https://github.com/Shopify/tapioca ) from 0.4.16 to 0.4.17.
- [Release notes](https://github.com/Shopify/tapioca/releases )
- [Commits](https://github.com/Shopify/tapioca/compare/v0.4.16...v0.4.17 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-03-12 13:20:39 +00:00
BrewTestBot
7d8970213c
Update RBI files for nokogiri.
2021-03-12 13:19:07 +00:00
BrewTestBot
3b001be833
brew vendor-gems: commit updates.
2021-03-12 13:18:13 +00:00
dependabot[bot]
6d17ff7180
build(deps): bump nokogiri from 1.11.1 to 1.11.2 in /Library/Homebrew
...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri ) from 1.11.1 to 1.11.2.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases )
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.11.1...v1.11.2 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-03-12 13:12:29 +00:00
Bo Anderson
6d48b1e21c
Merge pull request #10837 from Homebrew/sorbet-files-update
...
sorbet: Update RBI files.
2021-03-12 12:58:47 +00:00
Nanda H Krishna
6de7686814
Merge pull request #10829 from nandahkrishna/github-pagination
...
utils/github/api: simplify pagination
2021-03-12 17:42:57 +05:30
BrewTestBot
75aa24fac9
sorbet: Update RBI files.
...
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml ) workflow.
2021-03-12 00:54:13 +00:00
nandahkrishna
e64f2d1fd4
test/exceptions_spec: add test for TapFormulaOrCaskUnavailableError
2021-03-12 01:28:20 +05:30
Mike McQuaid
433cd83cbc
Merge pull request #10825 from MikeMcQuaid/pr-upload-cleanup
...
dev-cmd/pr-upload: some refactoring
2021-03-11 17:34:23 +00:00
nandahkrishna
585ec90878
cask_loader: do not auto-tap in FromTapLoader
2021-03-11 21:09:42 +05:30
Markus Reiter
ac0eb3b266
Merge pull request #10824 from reitermarkus/audit-homepage
...
Check homepage with both browser and default user agent.
2021-03-11 16:39:06 +01:00
Markus Reiter
65d1747b29
Check homepage with both browser and default user agent.
2021-03-11 16:19:21 +01:00
Mike McQuaid
3f00d08544
dev-cmd/pr-upload: some refactoring
...
- make the description more generic/correct
- use "internet archive" over "archive"
- move some logic to a new `GitHubReleases` class (for consistency)
- remove some obvious comments
- extract out and move some constants
2021-03-11 14:49:56 +00:00
Mike McQuaid
5240afbbb5
Merge pull request #10800 from gromgit/prefix-fix
...
--prefix: shortlist only formulae
2021-03-11 10:41:27 +00:00
Adrian Ho
548316ecc8
--prefix: shortlist only formulae
2021-03-11 17:32:35 +08:00
nandahkrishna
7b0352f167
utils/github/api: simplify pagination
2021-03-11 14:50:19 +05:30
Bo Anderson
94431ce104
Merge pull request #10821 from Bo98/test-no-gem-env
...
Don't touch PATH, GEM_HOME and GEM_PATH when testing formula
2021-03-10 17:35:32 +00:00
Bo Anderson
769a6cd1f5
Don't touch PATH, GEM_HOME and GEM_PATH when testing formula
2021-03-10 17:08:57 +00:00
Shaun Jackman
4524714a7b
Merge pull request #10808 from sjackman/sj/uses-from-macos-libsasl2
...
rubocops: Permit uses_from_macos "libsasl2"
2021-03-10 08:43:15 -08:00
Shaun Jackman
0bba3bc6f6
rubocops: Permit uses_from_macos "cyrus-sasl"
...
macOS provides /usr/lib/libsasl2.dylib
2021-03-10 08:16:24 -08:00
Mike McQuaid
761332fa29
Merge pull request #10822 from Homebrew/dependabot/bundler/Library/Homebrew/tapioca-0.4.16
...
build(deps): bump tapioca from 0.4.15 to 0.4.16 in /Library/Homebrew
2021-03-10 10:10:39 +00:00
Mike McQuaid
5c3003976f
Merge pull request #10809 from Homebrew/spdx-update
...
spdx: update license data.
2021-03-10 10:10:11 +00:00
BrewTestBot
8c309d2886
Update RBI files for tapioca.
2021-03-10 09:39:45 +00:00
BrewTestBot
8407ead42b
brew vendor-gems: commit updates.
2021-03-10 09:38:44 +00:00
Jonathan Chang
56702e5ba6
Merge pull request #10814 from danielnachun/uses_from_macos
...
add pcsc-lite to uses_from_macos
2021-03-10 20:06:31 +11:00
dependabot[bot]
cd2e225414
build(deps): bump tapioca from 0.4.15 to 0.4.16 in /Library/Homebrew
...
Bumps [tapioca](https://github.com/Shopify/tapioca ) from 0.4.15 to 0.4.16.
- [Release notes](https://github.com/Shopify/tapioca/releases )
- [Commits](https://github.com/Shopify/tapioca/compare/v0.4.15...v0.4.16 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-03-10 05:59:00 +00:00
BrewTestBot
997375f790
spdx: update license data.
...
Autogenerated by [a scheduled GitHub Action](https://github.com/Homebrew/brew/blob/master/.github/workflows/spdx.yml ).
2021-03-10 00:28:30 +00:00
Mike McQuaid
8b677c0ddd
Merge pull request #10812 from Homebrew/dependabot/bundler/Library/Homebrew/parallel_tests-3.5.2
...
build(deps): bump parallel_tests from 3.5.1 to 3.5.2 in /Library/Homebrew
3.0.5
2021-03-09 12:26:03 +00:00
BrewTestBot
aa9c992adf
Update RBI files for parallel_tests.
2021-03-09 12:01:21 +00:00
BrewTestBot
c12140b82c
brew vendor-gems: commit updates.
2021-03-09 12:00:19 +00:00
Mike McQuaid
7b5f036296
Merge pull request #10801 from lexicol/patch-1
...
dev-cmd/create: use std_configure_args
2021-03-09 11:55:47 +00:00
Mike McQuaid
cea09fc093
Merge pull request #10802 from liyang/master
...
-Library/Homebrew/shims/mac/super/sed: causes more problems than what it purports to fix
2021-03-09 11:55:24 +00:00
danielnachun
24af65302d
add pcsc-lite to uses_from_macos
2021-03-08 23:40:29 -08:00
dependabot[bot]
94095ce0a5
build(deps): bump parallel_tests in /Library/Homebrew
...
Bumps [parallel_tests](https://github.com/grosser/parallel_tests ) from 3.5.1 to 3.5.2.
- [Release notes](https://github.com/grosser/parallel_tests/releases )
- [Changelog](https://github.com/grosser/parallel_tests/blob/master/CHANGELOG.md )
- [Commits](https://github.com/grosser/parallel_tests/compare/v3.5.1...v3.5.2 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-03-09 05:44:46 +00:00
lexicol
9cc93154a0
dev-cmd/create: add link to std_configure_args
2021-03-08 12:57:35 -08:00