Skip to content

Commit

Permalink
Update LizardByte/Sunshine to 8b21db64fb8e8ffb9c24a412dbc66b7410699211
Browse files Browse the repository at this point in the history
  • Loading branch information
LizardByte-bot committed Apr 21, 2024
1 parent 8ef51a1 commit 2754905
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Formula/s/sunshine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Sunshine < Formula
homepage "https://app.lizardbyte.dev/Sunshine"
url "https://github.com/LizardByte/Sunshine.git",
tag: "master"
version "0.23.0"
version "0.23.1"
license all_of: ["GPL-3.0-only"]
head "https://github.com/LizardByte/Sunshine.git", branch: "nightly"

Expand All @@ -19,6 +19,10 @@ class Sunshine < Formula
depends_on "opus"

def install
ENV["BRANCH"] = "master"
ENV["BUILD_VERSION"] = "v0.23.1"
ENV["COMMIT"] = "8b21db64fb8e8ffb9c24a412dbc66b7410699211"

args = %W[
-DBUILD_WERROR=ON
-DCMAKE_INSTALL_PREFIX=#{prefix}
Expand Down

0 comments on commit 2754905

Please sign in to comment.