Skip to content

Commit 2010b2d

Browse files
sunshine-beta v2026.824.30334
1 parent 9677cd0 commit 2010b2d

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
@@ -17,7 +17,7 @@ class SunshineBeta < Formula
1717
desc "Self-hosted game stream host for Moonlight"
1818
homepage "https://app.lizardbyte.dev/Sunshine"
1919
url "https://github.com/LizardByte/Sunshine.git",
20-
tag: "v2026.817.185037"
20+
tag: "v2026.824.30334"
2121
license all_of: ["GPL-3.0-only"]
2222
head "https://github.com/LizardByte/Sunshine.git", branch: "master"
2323

@@ -39,12 +39,11 @@ class SunshineBeta < Formula
3939

4040
bottle do
4141
root_url "https://ghcr.io/v2/lizardbyte/homebrew"
42-
rebuild 1
43-
sha256 arm64_tahoe: "33211f7b43aba71aef35737768a1457a730fb38ec0fd4dbc6d8c5730095122f3"
44-
sha256 arm64_sequoia: "b93e8071266bacea0acb4363bb38ef20727b63fd14c04de987414e96adeccae0"
45-
sha256 arm64_sonoma: "1f2277ba30d6092a6c424c514f2ea60efa7777319707ebd9c9e1ff1d2cd3d020"
46-
sha256 arm64_linux: "646f40de9e83e82d23b0ea530db96feae6068c91f906d0b1303f0bf99dd0eaed"
47-
sha256 x86_64_linux: "29e00374f4312a09500fde1602e2f68be20b445bad1373d53e5023bdfe208f94"
42+
sha256 arm64_tahoe: "0000000000000000000000000000000000000000000000000000000000000000"
43+
sha256 arm64_sequoia: "0000000000000000000000000000000000000000000000000000000000000000"
44+
sha256 arm64_sonoma: "0000000000000000000000000000000000000000000000000000000000000000"
45+
sha256 arm64_linux: "0000000000000000000000000000000000000000000000000000000000000000"
46+
sha256 x86_64_linux: "0000000000000000000000000000000000000000000000000000000000000000"
4847
end
4948

5049
option "with-docs", "Enable docs build"
@@ -138,8 +137,8 @@ class SunshineBeta < Formula
138137

139138
def setup_build_environment
140139
ENV["BRANCH"] = ""
141-
ENV["BUILD_VERSION"] = "2026.817.185037"
142-
ENV["COMMIT"] = "f0ea53694420d48303c6cfe95b12136c65ed5af5"
140+
ENV["BUILD_VERSION"] = "2026.824.30334"
141+
ENV["COMMIT"] = "e18a2f9c6218f1612a67c9451740bd2859f6f4c7"
143142

144143
setup_linux_gcc_environment if OS.linux?
145144

@@ -528,4 +527,3 @@ def caveats
528527
end
529528
end
530529
end
531-
# rebuild: 1787454553

0 commit comments

Comments
 (0)