diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-02-23 04:52:47 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-02-23 04:52:47 +0000 |
commit | 78a408a102620a571e9748ec1cbf1655f35b3a5d (patch) | |
tree | 0062f4fccea5a60bc32361eaeb082abd43919a09 /comms/scrcpy | |
parent | - Correct web page. (diff) |
comms/scrcpy: Update to 1.7
Changes: https://github.com/Genymobile/scrcpy/releases/tag/v1.7
PR: 235851
Submitted by: Hiroki Tagato <tagattie@yandex.com>
Notes
Notes:
svn path=/head/; revision=493638
Diffstat (limited to 'comms/scrcpy')
-rw-r--r-- | comms/scrcpy/Makefile | 4 | ||||
-rw-r--r-- | comms/scrcpy/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/comms/scrcpy/Makefile b/comms/scrcpy/Makefile index 092cef51d04f..e88d253e4204 100644 --- a/comms/scrcpy/Makefile +++ b/comms/scrcpy/Makefile @@ -2,7 +2,7 @@ PORTNAME= scrcpy DISTVERSIONPREFIX= v -DISTVERSION= 1.6 +DISTVERSION= 1.7 CATEGORIES= comms net MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${GH_TAGNAME}/:jar DISTFILES= ${DIST_JARFILE}:jar @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg RUN_DEPENDS= adb:devel/android-tools-adb -USES= meson pkgconfig +USES= meson pkgconfig sdl USE_SDL= sdl2 USE_GITHUB= yes diff --git a/comms/scrcpy/distinfo b/comms/scrcpy/distinfo index 829a45aa5d9b..7b579e62690b 100644 --- a/comms/scrcpy/distinfo +++ b/comms/scrcpy/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1548144750 -SHA256 (scrcpy-server-v1.6.jar) = 08df924bf6d10943df9eaacfff548a99871ebfca4641f8c7ddddb73f27cb905b -SIZE (scrcpy-server-v1.6.jar) = 19346 -SHA256 (Genymobile-scrcpy-v1.6_GH0.tar.gz) = b41925d087420cbe24d7fa901cbb537f492c28c50d875fcf738e7fe4b26d7d05 -SIZE (Genymobile-scrcpy-v1.6_GH0.tar.gz) = 178086 +TIMESTAMP = 1550443330 +SHA256 (scrcpy-server-v1.7.jar) = ee86ec8424f7dc50cacdf927312bdb46e0aa0d68611da584dc4b16d8057bc25e +SIZE (scrcpy-server-v1.7.jar) = 19346 +SHA256 (Genymobile-scrcpy-v1.7_GH0.tar.gz) = d447b51097929854e5ac1cf96410450def6a0e3637e544caead7a5b9ada811be +SIZE (Genymobile-scrcpy-v1.7_GH0.tar.gz) = 180012 |