From 5ce33639d5c912169ebc1f6497d07d09cc2acb8b Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Wed, 21 Oct 2020 13:36:06 +1000 Subject: [PATCH] mplayer: bump for rebuild --- media-video/mplayer/mplayer-1.4.0.recipe | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/media-video/mplayer/mplayer-1.4.0.recipe b/media-video/mplayer/mplayer-1.4.0.recipe index 35a72ed9b..07e91e3b1 100644 --- a/media-video/mplayer/mplayer-1.4.0.recipe +++ b/media-video/mplayer/mplayer-1.4.0.recipe @@ -22,7 +22,7 @@ DVD subtitles (SPU streams, VOBsub and Closed Captions) are supported as well." HOMEPAGE="http://www.mplayerhq.hu/" COPYRIGHT="2001-2019 The MPlayer Team" LICENSE="GNU LGPL v2.1" -REVISION="11" +REVISION="12" SOURCE_URI="http://www.mplayerhq.hu/MPlayer/releases/MPlayer-1.4.tar.xz" CHECKSUM_SHA256="82596ed558478d28248c7bc3828eb09e6948c099bbd76bb7ee745a0e3275b548" SOURCE_DIR="MPlayer-1.4" @@ -201,8 +201,7 @@ INSTALL() local MAJOR="`echo "$portVersion" | cut -d. -f1`" local MIDDLE="`echo "$portVersion" | cut -d. -f2`" -# local MINOR="`echo "$portVersion" | cut -d. -f3`" - local MINOR="0" + local MINOR="`echo "$portVersion" | cut -d. -f3`" sed \ -e "s|@MAJOR@|$MAJOR|" \ -e "s|@MIDDLE@|$MIDDLE|" \