Skip to content

Commit a9a0c9a

Browse files
sunshine-beta v2026.808.164219
1 parent bc1b380 commit a9a0c9a

1 file changed

Lines changed: 11 additions & 13 deletions

File tree

Formula/s/sunshine-beta.rb

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class SunshineBeta < Formula
1717
desc "Self-hosted game stream host for Moonlight"
1818
homepage "https://app.lizardbyte.dev/Sunshine"
1919
url "https://github.com/LizardByte/Sunshine.git",
20-
tag: "v2026.726.710"
20+
tag: "v2026.808.164219"
2121
license all_of: ["GPL-3.0-only"]
2222
head "https://github.com/LizardByte/Sunshine.git", branch: "master"
2323

@@ -39,12 +39,11 @@ class SunshineBeta < Formula
3939

4040
bottle do
4141
root_url "https://ghcr.io/v2/lizardbyte/homebrew"
42-
rebuild 1
43-
sha256 arm64_tahoe: "86bed36564b574b06efe449ea76d293acf7bfd75323df26e11c8a4bf3b81bdce"
44-
sha256 arm64_sequoia: "a79af1be56630209c722477917ae360863d1a69b0a721dded673c0a27c42807b"
45-
sha256 arm64_sonoma: "d9293ccee6bd30e827a507d1a3fc8c95f629f9e0599d90eefb8c3334ef9a8794"
46-
sha256 arm64_linux: "a6dfecd6ae90c34e590627f614351e67323abd85e3a0f0fe21bdd170ad8cf2cd"
47-
sha256 x86_64_linux: "07384418d96d8c9a8e8992f1242b1d5b5d6be7ae403cd2131d0f535a0a966818"
42+
sha256 arm64_tahoe: "0000000000000000000000000000000000000000000000000000000000000000"
43+
sha256 arm64_sequoia: "0000000000000000000000000000000000000000000000000000000000000000"
44+
sha256 arm64_sonoma: "0000000000000000000000000000000000000000000000000000000000000000"
45+
sha256 arm64_linux: "0000000000000000000000000000000000000000000000000000000000000000"
46+
sha256 x86_64_linux: "0000000000000000000000000000000000000000000000000000000000000000"
4847
end
4948

5049
option "with-docs", "Enable docs build"
@@ -62,6 +61,8 @@ class SunshineBeta < Formula
6261
depends_on "miniupnpc"
6362
depends_on "openssl@3"
6463
depends_on "opus"
64+
depends_on "qtbase"
65+
depends_on "qtsvg"
6566

6667
on_sonoma do
6768
depends_on xcode: ["16.2", :build] # required for jthreads on macos-14
@@ -72,6 +73,7 @@ class SunshineBeta < Formula
7273
depends_on "gcovr" => [:build, :test]
7374
depends_on "lizardbyte/homebrew/#{CUDA_FORMULA}" => :build
7475
depends_on "python3" => :build
76+
depends_on "imagemagick" => :test
7577
depends_on "at-spi2-core"
7678
depends_on "avahi"
7779
depends_on "cairo"
@@ -82,7 +84,6 @@ class SunshineBeta < Formula
8284
depends_on "libcap"
8385
depends_on "libdrm"
8486
depends_on "libice"
85-
depends_on "libnotify"
8687
depends_on "libsm"
8788
depends_on "libva"
8889
depends_on "libx11"
@@ -99,8 +100,6 @@ class SunshineBeta < Formula
99100
depends_on "pango"
100101
depends_on "pipewire"
101102
depends_on "pulseaudio"
102-
depends_on "qtbase"
103-
depends_on "qtsvg"
104103
depends_on "shaderc"
105104
depends_on "systemd"
106105
depends_on "vulkan-loader"
@@ -138,8 +137,8 @@ class SunshineBeta < Formula
138137

139138
def setup_build_environment
140139
ENV["BRANCH"] = ""
141-
ENV["BUILD_VERSION"] = "2026.726.710"
142-
ENV["COMMIT"] = "7cb92071ac4394698e92ff6d070d310db9acc32c"
140+
ENV["BUILD_VERSION"] = "2026.808.164219"
141+
ENV["COMMIT"] = "25c06d79b54f3d092d3fedd5f5ba44989f394692"
143142

144143
setup_linux_gcc_environment if OS.linux?
145144

@@ -483,4 +482,3 @@ def caveats
483482
end
484483
end
485484
end
486-
# rebuild: 1785648826

0 commit comments

Comments
 (0)