Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wop: Update worldofpadman.git to v1.7.0 #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion net.worldofpadman.WoP.metainfo.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>net.worldofpadman.WoP</id>
<metadata_license>CC0-1.0</metadata_license>
Expand Down Expand Up @@ -38,6 +38,7 @@
</screenshots>
<developer_name>PadWorld Entertainment</developer_name>
<releases>
<release version="1.7.0" date="2024-12-06"/>
<release version="1.6.2" date="2021-11-28"/>
</releases>
<content_rating type="oars-1.1">
Expand Down
12 changes: 8 additions & 4 deletions net.worldofpadman.WoP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,15 @@ modules:
sources:
- type: archive
# Community url, however SHA256 checksum matches the official archive from Mod DB
url: http://www.zock-server.de/downloads/WoP_1.6.2/wop-1.6.2-full-unified.zip
sha256: 526d5936225b37fa8a5b94a7c02dc600126d1f2fb1155fd0e372c36075344335
url: https://github.com/PadWorld-Entertainment/worldofpadman/releases/download/v1.7.0/wop-1.7.0-unified.zip
sha256: 2eb94c0d98dadc70ce0f2e87780280cdbffd4a838b267f523835dc91bed30714
- type: git
url: https://github.com/PadWorld-Entertainment/worldofpadman.git
tag: v1.6.2
commit: 523c835eb0738d0da22b0e078a587108e8c10e30
tag: v1.7.0
commit: 8da7d0eb7205a2a1dff3f8cb07010214337796e2
x-checker-data:
type: git
tag-pattern: ^(v[\d.]+)$
- type: file
path: net.worldofpadman.WoP.desktop
- type: file
Expand All @@ -50,6 +53,7 @@ modules:
- type: shell
commands:
- rm *.x86_64 *.exe *.so *.dylib
- rm -r *.x86_64.app
post-install:
- mkdir -p /app/share/games/wop
- install -m 0755 build/release-linux-*/wop.* /app/share/games/wop/
Expand Down