Skip to content

Commit

Permalink
Update ReenigneArcher/Sunshine to 819cc7d941e167cacf44372b9ef6a2afff1…
Browse files Browse the repository at this point in the history
…65841
  • Loading branch information
github-actions[bot] committed Oct 3, 2024
1 parent 07e5320 commit 442d8d4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Formula/s/sunshine-beta.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ class SunshineBeta < Formula
conflicts_with "sunshine", because: "sunshine and sunshine-beta cannot be installed at the same time"
desc "Self-hosted game stream host for Moonlight"
homepage "https://app.lizardbyte.dev/Sunshine"
url "https://github.com/LizardByte/Sunshine.git",
tag: "v2024.1002.11240"
version "2024.1002.11240"
url "https://github.com/ReenigneArcher/Sunshine.git",
tag: "v2024.1003.31959"
version "2024.1003.31959"
license all_of: ["GPL-3.0-only"]
head "https://github.com/LizardByte/Sunshine.git", branch: "master"
head "https://github.com/ReenigneArcher/Sunshine.git", branch: "master"

# https://docs.brew.sh/Brew-Livecheck#githublatest-strategy-block
livecheck do
Expand Down Expand Up @@ -60,8 +60,8 @@ class SunshineBeta < Formula

def install
ENV["BRANCH"] = "master"
ENV["BUILD_VERSION"] = "v2024.1002.11240"
ENV["COMMIT"] = "024bd8f8b6118af697c62338c9583c31a983a1d2"
ENV["BUILD_VERSION"] = "v2024.1003.31959"
ENV["COMMIT"] = "819cc7d941e167cacf44372b9ef6a2afff165841"

args = %W[
-DBUILD_WERROR=ON
Expand Down

0 comments on commit 442d8d4

Please sign in to comment.