Skip to content

Commit

Permalink
emulators/yuzu: update to s20230731
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeich committed Aug 1, 2023
1 parent 20d6603 commit 905936b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
7 changes: 5 additions & 2 deletions emulators/yuzu/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= yuzu
PORTVERSION= s20230728
PORTVERSION= s20230731
CATEGORIES= emulators wayland
.if make(makesum)
MASTER_SITES= https://api.yuzu-emu.org/gamedb/?dummy=/:gamedb
Expand All @@ -9,6 +9,9 @@ MASTER_SITES= LOCAL/jbeich:gamedb
DISTFILES= ${PORTNAME}-s20230424/compatibility_list.json:gamedb
EXTRACT_ONLY= ${DISTFILES:N*\:gamedb:C/\:.*//}

PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES+= 9bca45aa15.patch:-p1 # https://github.com/yuzu-emu/yuzu/pull/11195 mainline-merge

MAINTAINER= jbeich@FreeBSD.org
COMMENT= Nintendo Switch emulator/debugger
WWW= https://yuzu-emu.org/
Expand Down Expand Up @@ -46,7 +49,7 @@ qt6_OPTIONS_EXCLUDE= QT5

USE_GITHUB= yes
GH_ACCOUNT= yuzu-emu
GH_TAGNAME= 689dc4a17b
GH_TAGNAME= 2a9eab5e1b
GH_TUPLE= yuzu-emu:mbedtls:v2.16.9-115-g8c88150ca:mbedtls/externals/mbedtls \
yuzu-emu:sirit:ab75463:sirit/externals/sirit \
GPUOpen-LibrariesAndSDKs:VulkanMemoryAllocator:v3.0.1-94-g9b0fc3e:VulkanMemoryAllocator/externals/VulkanMemoryAllocator \
Expand Down
8 changes: 5 additions & 3 deletions emulators/yuzu/distinfo
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
TIMESTAMP = 1690550961
TIMESTAMP = 1690831715
SHA256 (yuzu-s20230424/compatibility_list.json) = 382db629d6b060af722a27dfa9cd6bb60ac16a7544c58322f63aa1be4c0c0fac
SIZE (yuzu-s20230424/compatibility_list.json) = 1801327
SHA256 (yuzu-emu-yuzu-s20230728-689dc4a17b_GH0.tar.gz) = c545851076b3a4dccfb7bcde1e2707ae675b5ce26ab72d07c47ff3ede0234a77
SIZE (yuzu-emu-yuzu-s20230728-689dc4a17b_GH0.tar.gz) = 6176336
SHA256 (yuzu-emu-yuzu-s20230731-2a9eab5e1b_GH0.tar.gz) = 4a83ab2a0522976a7f211aa6755a52ab83c3d22483005c4613949a8083ca25d7
SIZE (yuzu-emu-yuzu-s20230731-2a9eab5e1b_GH0.tar.gz) = 6177204
SHA256 (yuzu-emu-mbedtls-v2.16.9-115-g8c88150ca_GH0.tar.gz) = 8cd6d075b4da0ad5fb995eb37390e2e6088be8d41ab1cdfc7e7e4256bd991450
SIZE (yuzu-emu-mbedtls-v2.16.9-115-g8c88150ca_GH0.tar.gz) = 2679189
SHA256 (yuzu-emu-sirit-ab75463_GH0.tar.gz) = 6b61e265be182b7a78075fc1b98ccf80fd33008343205dd0e22a10a439c45319
Expand All @@ -29,3 +29,5 @@ SHA256 (yhirose-cpp-httplib-v0.12.0-3-g6d963fb_GH0.tar.gz) = f64f5c3494196a032be
SIZE (yhirose-cpp-httplib-v0.12.0-3-g6d963fb_GH0.tar.gz) = 637612
SHA256 (llvm-llvm-project-llvmorg-16.0.1_GH0.tar.gz) = b5a9ff1793b1e2d388a3819bf35797002b1d2e40bb35a10c65605e0ea1435271
SIZE (llvm-llvm-project-llvmorg-16.0.1_GH0.tar.gz) = 179289803
SHA256 (9bca45aa15.patch) = c2394f7c42b46bfb4586b3bc5c876d663f9c2539677091b92891d2e073cd22dc
SIZE (9bca45aa15.patch) = 1346

0 comments on commit 905936b

Please sign in to comment.