Update games-util/chiaki-ng-bin to 1.9.3

This commit is contained in:
Sravan Balaji
2024-12-13 18:18:36 -05:00
parent 1f2929e94b
commit e6d33a3be6
2 changed files with 4 additions and 4 deletions

View File

@@ -1,2 +1,2 @@
DIST chiaki-ng-bin-1.9.2.tar.gz 40666796 BLAKE2B 6873a194cc213b0f6be9d56d282bb3e9597c0346e04a04714136de4858d475c50c9af2c4bf6b9ac0ed006eba297bb18df0cff51963129a8647085c22e9bba253 SHA512 dd084031b813ef48fcbe785f4d36a6a399cdd160cd1b096d8328b5220b540c9de784ae006a4ec3395f99042d42285473b8590ccac2312631662ee477e7cdb47a
DIST chiaki-ng.AppImage.zip 46496538 BLAKE2B 270d65e9b773e6fa0aeade136fe81c96535f9dcd65e5fe173f9f614d9b7557e540452003fc636a8ef902bb59524fe6248e0f9861e517ece348b84a8a4d65b436 SHA512 435c55a06936d814b495437f273b71bf8ebff23e980bb4d01fe49f92485150e10ffbc28dd02c7a761137c3a34c2ed123bcf74fcc01a2bad1b41981512675cbd3
DIST chiaki-ng-bin-1.9.3.tar.gz 40670157 BLAKE2B e09eb9fad76bc1926e0d211730145213e9ca49c5899da1f187c58ee9507a8ba47f5ede0df278f9fc6a398de98561a4069f33385720d0da2d78fdd73a1c6c2206 SHA512 79257c078747d01cb93747dc541aedf43caa5ee8e173a4bc7d5f64c6e62ce1ec3bafa87049efc2be6d12e32033da27fabdd6532241f4d8dd1e16feade4c1ab27
DIST chiaki-ng.AppImage_x86_64 158938304 BLAKE2B 9cec44c426d42ffa17c9b020f5d0b67cc0d43154b297336abdd8e06b6a6906e672203bfbbb2f2533f2064f868618e08a757349c9ae9db5a140b13edd3ed1b4f6 SHA512 53d503332342c0b776b29f1615437881352661b6c636a9b7f1c9a37cb4149bfec7c5beaffde23416f1d470c6ea80dd1d461aa63809cb95585efb002be7289b6a

View File

@@ -6,7 +6,7 @@ EAPI=8
DESCRIPTION="Next-Generation of Chiaki (the open-source remote play client for PlayStation)"
HOMEPAGE="https://streetpea.github.io/chiaki-ng"
SRC_URI="
https://github.com/streetpea/chiaki-ng/releases/download/v${PV}/chiaki-ng.AppImage.zip
https://github.com/streetpea/chiaki-ng/releases/download/v${PV}/chiaki-ng.AppImage_x86_64
https://github.com/streetpea/chiaki-ng/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
"
@@ -29,7 +29,7 @@ QA_PREBUILT="*"
src_install() {
cd ${WORKDIR}
cp chiaki-ng.AppImage chiaki || die
cp ${DISTDIR}/chiaki-ng.AppImage_x86_64 chiaki || die
dobin chiaki
cd ${S}/gui