Skip to content

Commit

Permalink
scrcpy 3.0.1
Browse files Browse the repository at this point in the history
scrcpy: scrcpy-server 3.0.1

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
BrewTestBot authored and chenrui333 committed Dec 4, 2024
1 parent 12ce290 commit 5e284a3
Showing 1 changed file with 4 additions and 4 deletions.
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/v3.0.tar.gz"
sha256 "6ad2306dcdf17a8c927691d1004ec632a694069187ded73d30113a5db780fc43"
url "https://github.com/Genymobile/scrcpy/archive/refs/tags/v3.0.1.tar.gz"
sha256 "5f40b6fa945d991cc89d764decc7f10cfa6b1b2e1072f0d5cd9e22027be28cfc"
license "Apache-2.0"

livecheck do
Expand All @@ -27,8 +27,8 @@ class Scrcpy < Formula
depends_on "sdl2"

resource "prebuilt-server" do
url "https://github.com/Genymobile/scrcpy/releases/download/v3.0/scrcpy-server-v3.0", using: :nounzip
sha256 "800044c62a94d5fc16f5ab9c86d45b1050eae3eb436514d1b0d2fe2646b894ea"
url "https://github.com/Genymobile/scrcpy/releases/download/v3.0.1/scrcpy-server-v3.0.1", using: :nounzip
sha256 "86c4ef31f5acb060a24d5d63d8dd262ef83384e19ae5f9ad78e6408a50743d17"
end

def install

Check failure on line 34 in Formula/s/scrcpy.rb

View workflow job for this annotation

GitHub Actions / Linux

`brew install --verbose --formula --build-bottle scrcpy` failed on Linux!

::error::scrcpy: SHA256 mismatch%0AExpected: 5f40b6fa945d991cc89d764decc7f10cfa6b1b2e1072f0d5cd9e22027be28cfc%0A Actual: 64fbe801802dc4cbceed82915e1037e92351207373fbccf5340fdab2d62c958f%0A File: /home/linuxbrew/.cache/Homebrew/downloads/6adc71548dcd0eb2a9c57289f610aa3fe1fc817059485e70b7938c86d0daae12--scrcpy-3.0.1.tar.gz%0ATo retry an incomplete download, remove the file above.%0A
Expand Down

0 comments on commit 5e284a3

Please sign in to comment.