diff --git a/Formula/s/sunshine-beta.rb b/Formula/s/sunshine-beta.rb index 8b011b5..44dee1c 100644 --- a/Formula/s/sunshine-beta.rb +++ b/Formula/s/sunshine-beta.rb @@ -17,7 +17,7 @@ class SunshineBeta < Formula desc "Self-hosted game stream host for Moonlight" homepage "https://app.lizardbyte.dev/Sunshine" url "https://github.com/LizardByte/Sunshine.git", - tag: "v2026.824.30334" + tag: "v2026.826.1804" license all_of: ["GPL-3.0-only"] head "https://github.com/LizardByte/Sunshine.git", branch: "master" @@ -39,11 +39,11 @@ class SunshineBeta < Formula bottle do root_url "https://ghcr.io/v2/lizardbyte/homebrew" - sha256 arm64_tahoe: "f60344f0c89189eb94015296536b1794fdeced63e3d81e0840cfc47f0467e414" - sha256 arm64_sequoia: "7583ee4f708823ac7b64f3c646f8e35bfacb89645bc041efa5d97642c9c5bdd3" - sha256 arm64_sonoma: "ef6820ec88798ea5715415ebe6a7562e4dcd4e52c4bb90cb3432ad60990b75c4" - sha256 arm64_linux: "ff8848f9603e9523c819c20b3fc5550df4a76df9c49415fac83958331ea2d0f7" - sha256 x86_64_linux: "a38a2d1b733ed924d41d0b3c1257a233acd79215eaec4b5f0f8fda88f96382e7" + sha256 arm64_tahoe: "f987077624b3fccd5bba198c7579b3455abd14b2dac7b380d129f7419999d632" + sha256 arm64_sequoia: "2fc83e34e1c18330cca349aaa89b77c2ddef9aab17d19aa99efb57c8b0868d8b" + sha256 arm64_sonoma: "b5cf7d01a3c1b7296b4a3ff80ac55b0621657c551e326b2ec495eea24895c084" + sha256 arm64_linux: "528a2ac6f36560ea041e291423e58ee7a477feb8d2db660194328f3d5678f73e" + sha256 x86_64_linux: "9f4dd52dacf20a13e56028fbf68ff8e06cefd75eeab6913da72fbc843fa7867f" end option "with-docs", "Enable docs build" @@ -137,8 +137,8 @@ class SunshineBeta < Formula def setup_build_environment ENV["BRANCH"] = "" - ENV["BUILD_VERSION"] = "2026.824.30334" - ENV["COMMIT"] = "e18a2f9c6218f1612a67c9451740bd2859f6f4c7" + ENV["BUILD_VERSION"] = "2026.826.1804" + ENV["COMMIT"] = "f273ce8f45db0bd6c7810a0f2c77e170f1a40f6e" setup_linux_gcc_environment if OS.linux?