Skip to content

Commit

Permalink
ddnet: Add version 18.1 (#1116)
Browse files Browse the repository at this point in the history
This adds DDraceNetwork, a free cooperative platformer game.

Co-authored-by: Hugo Locurcio <[email protected]>
  • Loading branch information
integer2bit and Calinou authored Mar 26, 2024
1 parent 51d2635 commit 825581c
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions bucket/ddnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"version": "18.1",
"description": "DDraceNetwork, a free cooperative platformer game",
"homepage": "https://ddnet.org/",
"license": "Zlib",
"architecture": {
"64bit": {
"url": "https://ddnet.org/downloads/DDNet-18.1-win64.zip",
"hash": "d1f9111d369cc417850c47492501881e8894d110340273eee459dfdee2e9554e",
"extract_dir": "DDNet-18.1-win64"
},
"32bit": {
"url": "https://ddnet.org/downloads/DDNet-18.1-win32.zip",
"hash": "011a7fb39a219b97d9828f0d4e75dbb915cd7da5aca13f324e571e42ba0c2c10",
"extract_dir": "DDNet-18.1-win32"
}
},
"checkver": {
"url": "https://ddnet.org/downloads/",
"regex": "DDNet-([\\d.]+)-"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://ddnet.org/downloads/DDNet-$version-win64.zip",
"extract_dir": "DDNet-$version-win64"
},
"32bit": {
"url": "https://ddnet.org/downloads/DDNet-$version-win32.zip",
"extract_dir": "DDNet-$version-win32"
}
},
"hash": {
"url": "https://ddnet.org/downloads/sha256sums.txt",
"regex": ""
}
},
"shortcuts": [
[
"DDNet.exe",
"DDNet"
]
]
}

0 comments on commit 825581c

Please sign in to comment.