@@ -8,7 +8,7 @@ class SunshineBeta < Formula
88 desc "Self-hosted game stream host for Moonlight"
99 homepage "https://app.lizardbyte.dev/Sunshine"
1010 url "https://github.com/LizardByte/Sunshine.git" ,
11- tag : "v2026.105.75257 "
11+ tag : "v2026.105.231052 "
1212 license all_of : [ "GPL-3.0-only" ]
1313 head "https://github.com/LizardByte/Sunshine.git" , branch : "master"
1414
@@ -30,10 +30,10 @@ class SunshineBeta < Formula
3030
3131 bottle do
3232 root_url "https://ghcr.io/v2/lizardbyte/homebrew"
33- sha256 arm64_tahoe : "69d32e254d2c357425adb97f786a3d0b306b3fb076e96c7d97a7360964a6856f "
34- sha256 arm64_sequoia : "94ea936049ba75a97b1961f5b13948d10244bd8d26a347672c9f58c5d9b375ab "
35- sha256 arm64_sonoma : "65591aa2828f8c944f03f593a4d3ba12388835eb902bb681d450e2084154a977 "
36- sha256 x86_64_linux : "e73b789843fff0f777b7a5b95066763228dcabd5f328aaaec6a2a068410c4ad5 "
33+ sha256 arm64_tahoe : "841cb04c13b67f2256360ca143057462c837d299ccaf059fed2828ce72d6144d "
34+ sha256 arm64_sequoia : "e2b089bdc3a84cb5c3063517ec6fd272b3fb8f227c36935c1104bdf116ed9a87 "
35+ sha256 arm64_sonoma : "d6899db0521ad187cc9ab10f64938b9d9f66e5f93d1742d81232752b6ad22b26 "
36+ sha256 x86_64_linux : "2c42dc561881d78f9ae68f3c384b52ee4522b868ba484d2a256b2325361218f4 "
3737 end
3838
3939 option "with-docs" , "Enable docs"
@@ -107,8 +107,8 @@ class SunshineBeta < Formula
107107
108108 def install
109109 ENV [ "BRANCH" ] = ""
110- ENV [ "BUILD_VERSION" ] = "2026.105.75257 "
111- ENV [ "COMMIT" ] = "5bacfd59ae0053c6e0d8ef7036d2a2f222f29455 "
110+ ENV [ "BUILD_VERSION" ] = "2026.105.231052 "
111+ ENV [ "COMMIT" ] = "c9e0bb864ed263da6dd5c2fff5541c268f94cfaf "
112112
113113 if OS . linux?
114114 # Use GCC because gcov from llvm cannot handle our paths
0 commit comments