From 82f627c1994e55f3d2c3b70a24c4423d8756bbe8 Mon Sep 17 00:00:00 2001 From: Florian Piesche Date: Fri, 27 Dec 2024 16:16:31 +0000 Subject: [PATCH] Update to v0.5.0 --- net.shadps4.shadPS4.yaml | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/net.shadps4.shadPS4.yaml b/net.shadps4.shadPS4.yaml index e5e2622..1625e91 100644 --- a/net.shadps4.shadPS4.yaml +++ b/net.shadps4.shadPS4.yaml @@ -77,32 +77,9 @@ modules: # don't include submodules, which shadps4 depends on (in the externals directory) - type: git url: https://github.com/shadps4-emu/shadPS4 - tag: v.0.4.0 + tag: v.0.5.0 x-checker-data: type: json url: https://api.github.com/repos/shadps4-emu/shadps4/releases/latest tag-query: .tag_name version-query: .tag_name | sub("^v."; "") - # vvvvv These can all go away once a new shadPS4 release is tagged vvvvv - - type: file - url: https://raw.githubusercontent.com/shadps4-emu/shadPS4/refs/heads/main/src/images/net.shadps4.shadPS4.svg - dest-filename: net.shadps4.shadPS4.svg - sha256: 69f184d51fec3a36603f1d56a969b119e0e64b72c2dae31b6b0a5edf03e4cfe7 - - type: file - url: https://raw.githubusercontent.com/shadps4-emu/shadPS4/refs/heads/main/dist/net.shadps4.shadPS4.metainfo.xml - dest-filename: net.shadps4.shadPS4.metainfo.xml - sha256: e42ee1b7296792d9b86141660cf6def33d31a9eb887a3d32758bd8be5fc94137 - - type: file - url: https://raw.githubusercontent.com/shadps4-emu/shadPS4/refs/heads/main/dist/net.shadps4.shadPS4.releases.xml - dest-filename: net.shadps4.shadPS4.releases.xml - sha256: 45c0e9f76e9bcb52aa0e9523c64162059cdc9be8a9caf4256e18ae49aef4d803 - - type: file - url: https://raw.githubusercontent.com/shadps4-emu/shadPS4/refs/heads/main/dist/net.shadps4.shadPS4.desktop - dest-filename: net.shadps4.shadPS4.desktop - sha256: a5a8f681da507d22e314c37fd6aa5dae6173e54371efeb488575bf40349e75e3 - post-install: - - install -D -m644 net.shadps4.shadPS4.svg -t /app/share/icons/hicolor/scalable/apps/ - - install -D -m644 net.shadps4.shadPS4.metainfo.xml -t /app/share/metainfo/ - - install -D -m644 net.shadps4.shadPS4.releases.xml -t /app/share/metainfo/releases/ - - install -D -m755 net.shadps4.shadPS4.desktop -t /app/share/applications/ - # ^^^^^ These can all go away once a new shadPS4 release is tagged ^^^^^