@@ -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.527.25539 "
15+ tag : "v2026.528.35537 "
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 : "0154cb8443552f2f04f0607def82fb729679930c3513c5b225c56ca9a669618e "
38- sha256 arm64_sequoia : "5b755e8b242498298968c6e102340109b9bbf68222dae692cc0518f242ff5ec0 "
39- sha256 arm64_sonoma : "f80a50337c1dfbf86a82a0a3dd773b51c5bd264e0f594775cd018b27f5a7bb59 "
40- sha256 arm64_linux : "20791222aed6a1822a4852f8bae5fb78563bc8ba6b1aff40781323d25ab4236b "
41- sha256 x86_64_linux : "866d88eb7eb928292e3fa4b9d52911adf2c8883947d2a67c35004b32da29b884 "
37+ sha256 arm64_tahoe : "78ec9b84f38f17f85b826010dbe47aa7eed5d74435dbd1d40b16cc42e9ae9b5e "
38+ sha256 arm64_sequoia : "a0307cdc1e2ad3e2d70bb8b4150169d6fa38ba565d97b6da0e54f34c21fc2548 "
39+ sha256 arm64_sonoma : "916978e9d034f8925cefdafe353a447d0bfec21994a00b4465d688306ac46c4b "
40+ sha256 arm64_linux : "c8a793785536afa4139d2dc336b790224e377a613713525e91b38501f1bd58de "
41+ sha256 x86_64_linux : "e2053cffd79e6628d8c033657c10c4b02759b8112f8ea2c4f8a25cf0ce4d822e "
4242 end
4343
4444 option "with-cuda" , "Enable CUDA support (Linux only)"
@@ -140,8 +140,8 @@ class SunshineBeta < Formula
140140
141141 def setup_build_environment
142142 ENV [ "BRANCH" ] = ""
143- ENV [ "BUILD_VERSION" ] = "2026.527.25539 "
144- ENV [ "COMMIT" ] = "3c7952b2dd7f1c8fe74249d0303e7f9d335daf8b "
143+ ENV [ "BUILD_VERSION" ] = "2026.528.35537 "
144+ ENV [ "COMMIT" ] = "22d9aa3b2e5fe0cee654e830b5715901b37cf0bd "
145145
146146 setup_linux_gcc_environment if OS . linux?
147147
0 commit comments