Skip to content

Commit 7504804

Browse files
sunshine-beta v2026.507.123453
1 parent 1cd1d3e commit 7504804

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

Formula/s/sunshine-beta.rb

Lines changed: 8 additions & 10 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.428.130031"
15+
tag: "v2026.507.123453"
1616
license all_of: ["GPL-3.0-only"]
1717
head "https://github.com/LizardByte/Sunshine.git", branch: "master"
1818

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

3535
bottle do
3636
root_url "https://ghcr.io/v2/lizardbyte/homebrew"
37-
rebuild 1
38-
sha256 arm64_tahoe: "9b892a2f6fcb67ce70d9daec461dfe6f6950f975a14bf1c72f07981b5ffb69cf"
39-
sha256 arm64_sequoia: "74d4e7f4a8f34e639583ae9143535298a12cf349ec852b9772be4755417541b8"
40-
sha256 arm64_sonoma: "a2ccf6ffe914fa18ec906b3296753d5f415e379558709fe5ffa80bc2c1bbbdb9"
41-
sha256 arm64_linux: "40fa271b27184ad5376191d4c3324e847716a50bec649b22e3899f6c0bde0913"
42-
sha256 x86_64_linux: "dbc8b52892253d153bd1cf94c27b370f94d7ce02d23347573412162ea1655df4"
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"
4342
end
4443

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

145144
def setup_build_environment
146145
ENV["BRANCH"] = ""
147-
ENV["BUILD_VERSION"] = "2026.428.130031"
148-
ENV["COMMIT"] = "bdef150c6b3341cdd3048795c37257161d8afff7"
146+
ENV["BUILD_VERSION"] = "2026.507.123453"
147+
ENV["COMMIT"] = "bfae5de9cac38d0ca10a39f4bd71ebce5c7e1907"
149148

150149
setup_linux_gcc_environment if OS.linux?
151150

@@ -351,4 +350,3 @@ def caveats
351350
end
352351
end
353352
end
354-
# rebuild: 1777786560

0 commit comments

Comments
 (0)