Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scrcpy 2.6 #179288

Merged
merged 2 commits into from
Aug 1, 2024
Merged

scrcpy 2.6 #179288

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Formula/s/scrcpy.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Scrcpy < Formula
desc "Display and control your Android device"
homepage "https://github.com/Genymobile/scrcpy"
url "https://github.com/Genymobile/scrcpy/archive/refs/tags/v2.5.tar.gz"
sha256 "9a29ac5171dd81c250337d9b0500f1edbaf01044645b35f8993a191ffbb8597f"
url "https://github.com/Genymobile/scrcpy/archive/refs/tags/v2.6.tar.gz"
sha256 "d13ff4149d2ee0b40099348a57fa6d16e3fdebe7f6168f02f65ea9b3ceb337c1"
license "Apache-2.0"

livecheck do
Expand Down Expand Up @@ -30,8 +30,8 @@ class Scrcpy < Formula
fails_with gcc: "5"

resource "prebuilt-server" do
url "https://github.com/Genymobile/scrcpy/releases/download/v2.5/scrcpy-server-v2.5"
sha256 "1488b1105d6aff534873a26bf610cd2aea06ee867dd7a4d9c6bb2c091396eb15"
url "https://github.com/Genymobile/scrcpy/releases/download/v2.6/scrcpy-server-v2.6"
sha256 "7b723ff79a27f14e6ebaaaae7ef9548c40651c94e64d178612b13adf7158eb2e"
end

def install
Expand Down
Loading