Skip to content

Commit

Permalink
build(deps): bump LizardByte/homebrew-release-action from 2024.1105.1…
Browse files Browse the repository at this point in the history
…85654 to 2024.1115.14934 in the lizardbyte-actions group (#3400)

* build(deps): bump LizardByte/homebrew-release-action

Bumps the lizardbyte-actions group with 1 update: [LizardByte/homebrew-release-action](https://github.com/lizardbyte/homebrew-release-action).


Updates `LizardByte/homebrew-release-action` from 2024.1105.185654 to 2024.1115.14934
- [Release notes](https://github.com/lizardbyte/homebrew-release-action/releases)
- [Commits](LizardByte/homebrew-release-action@v2024.1105.185654...v2024.1115.14934)

---
updated-dependencies:
- dependency-name: LizardByte/homebrew-release-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lizardbyte-actions
...

Signed-off-by: dependabot[bot] <support@github.com>

* docs(homebrew): update brew installation steps

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and ReenigneArcher authored Nov 15, 2024
1 parent d1e7865 commit 9abba80
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ jobs:
- name: Validate Homebrew Formula
if: |
matrix.release != true
uses: LizardByte/homebrew-release-action@v2024.1105.185654
uses: LizardByte/homebrew-release-action@v2024.1115.14934
with:
formula_file: ${{ github.workspace }}/homebrew/sunshine.rb
git_email: ${{ secrets.GH_BOT_EMAIL }}
Expand Down Expand Up @@ -692,7 +692,7 @@ jobs:
github.repository_owner == 'LizardByte' &&
matrix.release &&
needs.setup_release.outputs.publish_release == 'true'
uses: LizardByte/homebrew-release-action@v2024.1105.185654
uses: LizardByte/homebrew-release-action@v2024.1115.14934
with:
formula_file: ${{ github.workspace }}/homebrew/sunshine-beta.rb
git_email: ${{ secrets.GH_BOT_EMAIL }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-homebrew-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
if: >-
steps.check-label.outputs.hasTopic == 'true' &&
fromJson(steps.download.outputs.downloaded_files)[0]
uses: LizardByte/homebrew-release-action@v2024.1105.185654
uses: LizardByte/homebrew-release-action@v2024.1115.14934
with:
formula_file: ${{ fromJson(steps.download.outputs.downloaded_files)[0] }}
git_email: ${{ secrets.GH_BOT_EMAIL }}
Expand Down
2 changes: 2 additions & 0 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ This package requires that you have [Homebrew](https://docs.brew.sh/Installation
##### Install
```bash
brew update
brew upgrade
brew tap LizardByte/homebrew
brew install sunshine
```
Expand Down
4 changes: 0 additions & 4 deletions packaging/sunshine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ class @PROJECT_NAME@ < Formula
depends_on "boost" => :recommended
depends_on "icu4c" => :recommended

on_macos do
depends_on "openldap" # curl requires this
end

on_linux do
depends_on "avahi"
depends_on "libcap"
Expand Down

0 comments on commit 9abba80

Please sign in to comment.