diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-05-05 08:58:21 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-05-05 08:58:21 +0800 |
commit | 95c8d9f921437b3e0fbe0393a95b52562a3d3138 (patch) | |
tree | 770e353904af70c84154022428208c14eb4d4258 /emulators | |
parent | ec79e3ca0e46d8fcce9be5c285252bbcc5870b1d (diff) | |
download | freebsd-ports-gnome-95c8d9f921437b3e0fbe0393a95b52562a3d3138.tar.gz freebsd-ports-gnome-95c8d9f921437b3e0fbe0393a95b52562a3d3138.tar.zst freebsd-ports-gnome-95c8d9f921437b3e0fbe0393a95b52562a3d3138.zip |
emulators/yuzu: update to s20200504
Changes: https://github.com/yuzu-emu/yuzu/compare/3f4cabfd4...929acd4d1
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/yuzu/Makefile | 7 | ||||
-rw-r--r-- | emulators/yuzu/distinfo | 8 |
2 files changed, 5 insertions, 10 deletions
diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile index 26578b929b76..1d44f7c9c0b1 100644 --- a/emulators/yuzu/Makefile +++ b/emulators/yuzu/Makefile @@ -1,13 +1,10 @@ # $FreeBSD$ PORTNAME= yuzu -PORTVERSION= s20200501 +PORTVERSION= s20200504 PORTREVISION?= 0 CATEGORIES= emulators -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES+= b4d0724a63e0.patch:-p1 # https://github.com/yuzu-emu/yuzu/pull/3859 - MAINTAINER= jbeich@FreeBSD.org COMMENT= Nintendo Switch emulator/debugger @@ -31,7 +28,7 @@ BUILD_DEPENDS= boost-libs>=1.66:devel/boost-libs \ USE_GITHUB= yes GH_ACCOUNT= yuzu-emu -GH_TAGNAME= 3f4cabfd4 +GH_TAGNAME= 929acd4d1 GH_TUPLE= yuzu-emu:unicorn:1.0.1-153-g73f45735:unicorn/externals/unicorn \ DarkLordZach:mbedtls:a280e60:mbedtls/externals/mbedtls \ KhronosGroup:SPIRV-Headers:2c51218:SPIRV_Headers/externals/sirit/externals/SPIRV-Headers \ diff --git a/emulators/yuzu/distinfo b/emulators/yuzu/distinfo index 710db85f9683..52b2dfcfa922 100644 --- a/emulators/yuzu/distinfo +++ b/emulators/yuzu/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1588348787 -SHA256 (yuzu-emu-yuzu-s20200501-3f4cabfd4_GH0.tar.gz) = 3665aae09a7985e74afac587ffd306a86bf512a1615b3776cad79ba9d6da30c8 -SIZE (yuzu-emu-yuzu-s20200501-3f4cabfd4_GH0.tar.gz) = 2797805 +TIMESTAMP = 1588632629 +SHA256 (yuzu-emu-yuzu-s20200504-929acd4d1_GH0.tar.gz) = d265603f97dece9e1cd5451cb52300f3894f46fcf83a1b421dbe02dff8b512a8 +SIZE (yuzu-emu-yuzu-s20200504-929acd4d1_GH0.tar.gz) = 2800204 SHA256 (yuzu-emu-unicorn-1.0.1-153-g73f45735_GH0.tar.gz) = 8f7b4d8eb998c2a4c146268d83b44fc22ca8d4d276f26d6af1071e51f4b5bd4f SIZE (yuzu-emu-unicorn-1.0.1-153-g73f45735_GH0.tar.gz) = 3296254 SHA256 (DarkLordZach-mbedtls-a280e60_GH0.tar.gz) = 4fc6ddc256bc75b975fd5ad8bb7d31ff79c62d49daafb0108585c9ef80c6c5a7 @@ -39,5 +39,3 @@ SHA256 (weidai11-cryptopp-CRYPTOPP_7_0_0-23-gf320e7d9_GH0.tar.gz) = 1d6f029b83a2 SIZE (weidai11-cryptopp-CRYPTOPP_7_0_0-23-gf320e7d9_GH0.tar.gz) = 7209489 SHA256 (xiph-opus-v1.3.1-4-gad8fe90d_GH0.tar.gz) = a5169e4de7266dca46f8fe08cdc3b9d331c14eaaffc7d9d8abc02d70c4f555da SIZE (xiph-opus-v1.3.1-4-gad8fe90d_GH0.tar.gz) = 828993 -SHA256 (b4d0724a63e0.patch) = 23d4e9c5a015fe6d022bc98224d3e2a9e9c0694c526486f544ae82809bfdcd0c -SIZE (b4d0724a63e0.patch) = 2360 |