diff options
Diffstat (limited to 'comms/scrcpy/Makefile')
-rw-r--r-- | comms/scrcpy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/scrcpy/Makefile b/comms/scrcpy/Makefile index 1699d62bfcd0..705df9ef3e9e 100644 --- a/comms/scrcpy/Makefile +++ b/comms/scrcpy/Makefile @@ -1,6 +1,6 @@ PORTNAME= scrcpy DISTVERSIONPREFIX= v -DISTVERSION= 3.3.1 +DISTVERSION= 3.3.2 CATEGORIES= comms net MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${DISTVERSIONFULL}/:server DISTFILES= ${SERVER_FILE}:server @@ -28,10 +28,10 @@ MESON_ARGS= -Dportable=false \ PLIST_FILES= bin/scrcpy \ etc/bash_completion.d/scrcpy \ - share/man/man1/scrcpy.1.gz \ share/applications/scrcpy-console.desktop \ share/applications/scrcpy.desktop \ share/icons/hicolor/256x256/apps/scrcpy.png \ + share/man/man1/scrcpy.1.gz \ ${DATADIR}/scrcpy-server \ share/zsh/site-functions/_scrcpy PORTDOCS= FAQ.md README.md |