Skip to content

Commit 05da308

Browse files
sunshine-beta v2026.508.45922
1 parent 63963f4 commit 05da308

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Formula/s/sunshine-beta.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class SunshineBeta < Formula
1212
desc "Self-hosted game stream host for Moonlight"
1313
homepage "https://app.lizardbyte.dev/Sunshine"
1414
url "https://github.com/LizardByte/Sunshine.git",
15-
tag: "v2026.507.123453"
15+
tag: "v2026.508.45922"
1616
license all_of: ["GPL-3.0-only"]
1717
head "https://github.com/LizardByte/Sunshine.git", branch: "master"
1818

@@ -34,11 +34,11 @@ class SunshineBeta < Formula
3434

3535
bottle do
3636
root_url "https://ghcr.io/v2/lizardbyte/homebrew"
37-
sha256 arm64_tahoe: "44c87a6e694a15f09d6ba2390ccfdcfe3689eadc2d9f8ec361d8a0040a941c5a"
38-
sha256 arm64_sequoia: "e93c9ab2bac0b07b7f5fdec4690abe700bd02a4541c1308e46ebdf5af6852b5a"
39-
sha256 arm64_sonoma: "b69dcbd2de48bc6b8957250b989b1da92a8c2831cc351a72dd1828cbcbd0fddc"
40-
sha256 arm64_linux: "7c1069fad90e7b41c0e0426214190ac7f821488fd719c9cbba3fdee5c5903f4e"
41-
sha256 x86_64_linux: "f1d111f6109cc102b0105e24e4102000a7a8838ef28e24591753065e31ee2275"
37+
sha256 arm64_tahoe: "0000000000000000000000000000000000000000000000000000000000000000"
38+
sha256 arm64_sequoia: "0000000000000000000000000000000000000000000000000000000000000000"
39+
sha256 arm64_sonoma: "0000000000000000000000000000000000000000000000000000000000000000"
40+
sha256 arm64_linux: "0000000000000000000000000000000000000000000000000000000000000000"
41+
sha256 x86_64_linux: "0000000000000000000000000000000000000000000000000000000000000000"
4242
end
4343

4444
option "with-cuda", "Enable CUDA support (Linux only)"
@@ -143,8 +143,8 @@ class SunshineBeta < Formula
143143

144144
def setup_build_environment
145145
ENV["BRANCH"] = ""
146-
ENV["BUILD_VERSION"] = "2026.507.123453"
147-
ENV["COMMIT"] = "bfae5de9cac38d0ca10a39f4bd71ebce5c7e1907"
146+
ENV["BUILD_VERSION"] = "2026.508.45922"
147+
ENV["COMMIT"] = "810783dc7c7200fcb613c7d0919f6c8a7bbbebb9"
148148

149149
setup_linux_gcc_environment if OS.linux?
150150

0 commit comments

Comments
 (0)