@@ -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.513.230134 "
15+ tag : "v2026.515.151803 "
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 : "dfe41067427f97c860cc1a309d492d42ef945752ae0046f1e9794cdb7eba0e98 "
38- sha256 arm64_sequoia : "146814eceff651269ce9c9e16c66a5382b93228e80710504c0638e8439d051fc "
39- sha256 arm64_sonoma : "d123c2dcce09c1208e5665f5d32ff849adef888dd235abb0d31f2d49adfea6c2 "
40- sha256 arm64_linux : "bd7e76bafa8d5136474348c41ada53f8899afb3bd906052c2102839eb098150a "
41- sha256 x86_64_linux : "94bf03dc6c28bd97cb0e675527feb9195c30d0745f6a0a36d4e5d84bc94a385e "
37+ sha256 arm64_tahoe : "1ecd8f36c5930ad232cc3ecc928c579547ff0e650c9f05ecec005e6200648e86 "
38+ sha256 arm64_sequoia : "0655af7d270aafbdf6c4751944e68e7c6629cba190495c202aa1e728da5f1158 "
39+ sha256 arm64_sonoma : "c49310bb2c3a52484a9e2ce2a862fd22157531e120ea0e775b7eb57cacea26c2 "
40+ sha256 arm64_linux : "ba235277ec158d40a8f963e1227003801f0710bf2b886b5a351a0cb0644dab1e "
41+ sha256 x86_64_linux : "5fa0b11e07c3d5882f008481d9be6861849cb916b59572fd7098b6b319bed371 "
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.513.230134 "
147- ENV [ "COMMIT" ] = "f9d1aca72e9b5633e93b340d14fc870bc8f38a2e "
146+ ENV [ "BUILD_VERSION" ] = "2026.515.151803 "
147+ ENV [ "COMMIT" ] = "0e66dd811b4123b3ba7b94463e45a08bdb9f48a0 "
148148
149149 setup_linux_gcc_environment if OS . linux?
150150
0 commit comments