Skip to content

Commit 457c7fe

Browse files
chore: sunshine-beta v2026.709.11046
* sunshine-beta v2026.709.11046 * sunshine-beta: update 2026.709.11046 bottle.
1 parent d484fed commit 457c7fe

1 file changed

Lines changed: 8 additions & 16 deletions

File tree

Formula/s/sunshine-beta.rb

Lines changed: 8 additions & 16 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.704.34109"
20+
tag: "v2026.709.11046"
2121
license all_of: ["GPL-3.0-only"]
2222
head "https://github.com/LizardByte/Sunshine.git", branch: "master"
2323

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

4040
bottle do
4141
root_url "https://ghcr.io/v2/lizardbyte/homebrew"
42-
sha256 arm64_tahoe: "60f9818bd120d73014a48e23c44b3d04537bdec20cd5c7f06eac366c30bc01a7"
43-
sha256 arm64_sequoia: "3188f53b7680a45186664a449ce6559e384fe912370dd0d860e95fd6b72b3105"
44-
sha256 arm64_sonoma: "cd6a09ec2c1aa27173a0294808ac441cb82f2a24af307da4cb873459a152bbd2"
45-
sha256 arm64_linux: "4a6185ff94402e822e09d9cc5e64ae3352cfe532cc8c23c0e0ce3e78b5bc5302"
46-
sha256 x86_64_linux: "920385f668f74af99b928803aac3d6f1acdbeeee7541e5a26e28798912d800b8"
42+
sha256 arm64_tahoe: "bc21307a4a9d98e13273c633ca948c6405f11f60f3c7a46f823bacdfa5500241"
43+
sha256 arm64_sequoia: "994a33160a940180a4765f65ac7117090d13ba988b59fe6b3f1df3e0f636c493"
44+
sha256 arm64_sonoma: "bf855cd2d305ac7a998ba3144babb13f1c093478f78afd24861db563d7eeb988"
45+
sha256 arm64_linux: "af1bff3e4e01550a73c522598973cdd9ebca841d9b96464e5ca4c50776be31ee"
46+
sha256 x86_64_linux: "f98fe528c0814cd98e08f5d4cf78225df54308192afa2e6c538e5ee4f44561c8"
4747
end
4848

4949
option "with-docs", "Enable docs build"
@@ -112,13 +112,6 @@ class SunshineBeta < Formula
112112
url "https://files.pythonhosted.org/packages/df/bf/f7da0350254c0ed7c72f3e33cef02e048281fec7ecec5f032d4aac52226b/jinja2-3.1.6.tar.gz"
113113
sha256 "0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d"
114114
end
115-
116-
# setuptools provides pkg_resources which glad's plugin.py imports at build time.
117-
# setuptools >= 81 removed pkg_resources; this is the last release that still ships it.
118-
resource "setuptools" do
119-
url "https://files.pythonhosted.org/packages/76/95/faf61eb8363f26aa7e1d762267a8d602a1b26d4f3a1e758e92cb3cb8b054/setuptools-80.10.2.tar.gz"
120-
sha256 "8b0e9d10c784bf7d262c4e5ec5d4ec94127ce206e8738f29a437945fbc219b70"
121-
end
122115
end
123116

124117
conflicts_with "sunshine", because: "sunshine and sunshine-beta cannot be installed at the same time"
@@ -140,8 +133,8 @@ class SunshineBeta < Formula
140133

141134
def setup_build_environment
142135
ENV["BRANCH"] = ""
143-
ENV["BUILD_VERSION"] = "2026.704.34109"
144-
ENV["COMMIT"] = "3891e6a1822a221c6f67c1a77d32b9689a781ac9"
136+
ENV["BUILD_VERSION"] = "2026.709.11046"
137+
ENV["COMMIT"] = "ce1460ebc5fedb305efc425cbfddee927633ea54"
145138

146139
setup_linux_gcc_environment if OS.linux?
147140

@@ -485,4 +478,3 @@ def caveats
485478
end
486479
end
487480
end
488-
# rebuild: 1783231898

0 commit comments

Comments
 (0)