@@ -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.423.21833 "
15+ tag : "v2026.426.150436 "
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 : "d62da278fd2b039630ffc697d9d932e795bba9f5c7a7ee340aaf73b85779c7b4"
39- sha256 arm64_sequoia : "f434d50787b6f375e90b3af3e461483ff3a17fda54b820591c1d45f116286d53"
40- sha256 arm64_sonoma : "ab2bf2a6a21b22327fed74ecdb0e647ed3f949341b61649209cb81db0f32842d"
41- sha256 arm64_linux : "bf502f2ce74ae3d9e6dd580e3465bf9c9d9b90a56181449677658567d853ddaa"
42- sha256 x86_64_linux : "ca4c1b2603e9cb702600808d50bef8efbcc1a8a31c5656d55d963d6d5563a171"
37+ sha256 arm64_tahoe : "63482307f84378843c0421d9efde6a57dbe8b8b13620ac61d5b2d37a07a42666"
38+ sha256 arm64_sequoia : "f04e689d30f15dead40077cb5bc046e52986ab0256cc849e9de03ba76b93f8cd"
39+ sha256 arm64_sonoma : "6bc7f6db4a5c7c56f2cb7d1bceff1ba63883215f809592a95ffc33b77968a69f"
40+ sha256 arm64_linux : "e66b542583485cfa5f755c1fbbcbac5dfe2c3da195a2b1c3c2073d70af363d9a"
41+ sha256 x86_64_linux : "5ec3f1d5d65e8bf3a2dba431871b23483ef770c795a2d41ad6dd9720da900f60"
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.423.21833 "
148- ENV [ "COMMIT" ] = "5cf5e8c1ceb0a0d3630851a09b19577a96bbe9b8 "
146+ ENV [ "BUILD_VERSION" ] = "2026.426.150436 "
147+ ENV [ "COMMIT" ] = "a458b2048b745ae65c5a7143743b57fcfe183445 "
149148
150149 setup_linux_gcc_environment if OS . linux?
151150
@@ -351,4 +350,3 @@ def caveats
351350 end
352351 end
353352end
354- # rebuild: 1777180631
0 commit comments