media-video/uxplay: version bump to 1.56, drop old

Signed-off-by: Petrus Zhao <petrus.zy.07@gmail.com>
This commit is contained in:
Petrus Zhao
2022-08-21 15:50:30 +08:00
parent d6f1d3092c
commit 2a6aa24d67
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
DIST uxplay-1.55.tar.gz 363758 BLAKE2B 7cd431c12042e28e20f18497bcee665e1639767da37d1d41b0dd9686e88be0268ccdb3ce3f00b9d2b69f7250f62f98f6e01ef3b67eb2a6f5f049d197a6312a60 SHA512 b0a826bc8c317543fa7c1bbb4d0ee2ccffe9a126e5f74a69fad1f4bc55f5432a2a1eb173f4e966f1763be9b59dbc8db62849f8c3a11446f7233fa1f1365918d2
DIST uxplay-1.56.tar.gz 363875 BLAKE2B ee9bb57b584aae5217fabc924d316b9ea050f2ba194ef17101ffb814fe7ec772400b808872330a1032dcfcd001cb9261823d6c4627c7ab53b461104d1b3b5781 SHA512 3d3841f5dca78660e2df30cabaa15ff4430075ba6debc1db651e9e7d9d1e048a15573d1f84e34f2d03ef0bb07200b9215a57f8972036b32fd3cfb1a1443d5218

View File

@@ -15,7 +15,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/FDH2/${MY_PN}.git"
inherit git-r3
else
SRC_URI="https://github.com/FDH2/${MY_PN}/archive/refs/tags/v${MY_PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/FDH2/${MY_PN}/archive/refs/tags/${MY_PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~x86"
S="${WORKDIR}/${MY_PN}-${MY_PV}"
fi