-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Pangea Software-ported games (#1115)
* billy-frontier: Add version 1.1.1 * bugdom: Add version 1.3.4 * bugdom-2: Add version 4.0.0 * cro-mag-rally: Add version 3.0.1 * mighty-mike: Add version 3.0.2 * nanosaur: Add version 1.4.4 * nanosaur-2: Add version 2.1.0 * otto-matic: Add version 4.0.1
- Loading branch information
1 parent
c6117b2
commit 5a7847d
Showing
8 changed files
with
240 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"version": "1.1.1", | ||
"description": "Multi-platform port of the Mac OS-only game Billy Frontier", | ||
"homepage": "https://pangeasoft.net/billy/", | ||
"license": "CC-BY-NC-SA-4.0", | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://github.com/jorio/BillyFrontier/releases/download/v1.1.1/BillyFrontier-1.1.1-windows-x64.zip", | ||
"hash": "c574a4a1b928d6e85b9ef20ef544769489844d7e394182c00999fcb5c567ed36" | ||
} | ||
}, | ||
"extract_dir": "BillyFrontier-1.1.1", | ||
"shortcuts": [ | ||
[ | ||
"BillyFrontier.exe", | ||
"Billy Frontier" | ||
] | ||
], | ||
"checkver": { | ||
"github": "https://github.com/jorio/BillyFrontier/" | ||
}, | ||
"autoupdate": { | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://github.com/jorio/BillyFrontier/releases/download/v$version/BillyFrontier-$version-windows-x64.zip", | ||
"extract_dir": "BillyFrontier-$version" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"version": "4.0.0", | ||
"description": "Multi-platform port of the Mac OS-only game Bugdom 2", | ||
"homepage": "https://pangeasoft.net/bug2/", | ||
"license": "CC-BY-NC-SA-4.0", | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://github.com/jorio/Bugdom2/releases/download/v4.0.0/Bugdom2-4.0.0-windows-x64.zip", | ||
"hash": "055a318c6268139c01204164e9250670adf3f796bb8b27e020d96c3433d9d2ec" | ||
} | ||
}, | ||
"extract_dir": "Bugdom2-4.0.0", | ||
"shortcuts": [ | ||
[ | ||
"Bugdom2.exe", | ||
"Bugdom 2" | ||
] | ||
], | ||
"checkver": { | ||
"github": "https://github.com/jorio/Bugdom2/" | ||
}, | ||
"autoupdate": { | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://github.com/jorio/Bugdom2/releases/download/v$version/Bugdom2-$version-windows-x64.zip", | ||
"extract_dir": "Bugdom2-$version" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"version": "1.3.4", | ||
"description": "Multi-platform port of the Mac OS-only game Bugdom", | ||
"homepage": "https://pangeasoft.net/bug/", | ||
"license": "CC-BY-NC-SA-4.0", | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://github.com/jorio/Bugdom/releases/download/1.3.4/Bugdom-1.3.4-windows-x64.zip", | ||
"hash": "ae75d5d6ad9a4557600cd4cb4d5c8518a3b8bae0bae27fa216e4936d5a7a727d" | ||
} | ||
}, | ||
"extract_dir": "Bugdom-1.3.4", | ||
"shortcuts": [ | ||
[ | ||
"Bugdom.exe", | ||
"Bugdom" | ||
] | ||
], | ||
"checkver": { | ||
"github": "https://github.com/jorio/Bugdom/" | ||
}, | ||
"autoupdate": { | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://github.com/jorio/Bugdom/releases/download/$version/Bugdom-$version-windows-x64.zip", | ||
"extract_dir": "Bugdom-$version" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"version": "3.0.1", | ||
"description": "Multi-platform port of the Mac OS-only game Cro-Mag Rally", | ||
"homepage": "https://pangeasoft.net/cromag/", | ||
"license": "CC-BY-NC-SA-4.0", | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://github.com/jorio/CroMagRally/releases/download/3.0.1/CroMagRally-3.0.1-windows-x64.zip", | ||
"hash": "94e6491d7d40ffe0e401096b126a370e3712036f73e5e0a2eb0ca9e13e6dac39" | ||
} | ||
}, | ||
"extract_dir": "CroMagRally-3.0.1", | ||
"shortcuts": [ | ||
[ | ||
"CroMagRally.exe", | ||
"Cro-Mag Rally" | ||
] | ||
], | ||
"checkver": { | ||
"github": "https://github.com/jorio/CroMagRally/" | ||
}, | ||
"autoupdate": { | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://github.com/jorio/CroMagRally/releases/download/$version/CroMagRally-$version-windows-x64.zip", | ||
"extract_dir": "CroMagRally-$version" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"version": "3.0.2", | ||
"description": "Multi-platform port of the Mac OS-only game Mighty Mike", | ||
"homepage": "https://pangeasoft.net/mightymike/", | ||
"license": "CC-BY-NC-SA-4.0", | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://github.com/jorio/MightyMike/releases/download/v3.0.2/MightyMike-3.0.2-windows-x64-hotfix.zip", | ||
"hash": "20b6072fd02c3d9afc7a023ed4f4f896e7598d47b038228286b77f86460b04e2" | ||
} | ||
}, | ||
"extract_dir": "MightyMike-3.0.2", | ||
"shortcuts": [ | ||
[ | ||
"MightyMike.exe", | ||
"Mighty Mike" | ||
] | ||
], | ||
"checkver": { | ||
"github": "https://github.com/jorio/MightyMike/" | ||
}, | ||
"autoupdate": { | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://github.com/jorio/MightyMike/releases/download/v$version/MightyMike-$version-windows-x64-hotfix.zip", | ||
"extract_dir": "MightyMike-$version" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"version": "2.1.0", | ||
"description": "Multi-platform port of the Mac OS-only game Nanosaur II: Hatchling", | ||
"homepage": "https://pangeasoft.net/nano2/", | ||
"license": "CC-BY-NC-SA-4.0", | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://github.com/jorio/Nanosaur2/releases/download/v2.1.0/Nanosaur2-2.1.0-windows-x64.zip", | ||
"hash": "3446e939557178fea458f76465cbc71311449aada19b08ebe58924b9f5447e85" | ||
} | ||
}, | ||
"extract_dir": "Nanosaur2-2.1.0", | ||
"shortcuts": [ | ||
[ | ||
"Nanosaur2.exe", | ||
"Nanosaur II- Hatchling" | ||
] | ||
], | ||
"checkver": { | ||
"github": "https://github.com/jorio/Nanosaur2/" | ||
}, | ||
"autoupdate": { | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://github.com/jorio/Nanosaur2/releases/download/v$version/Nanosaur2-$version-windows-x64.zip", | ||
"extract_dir": "Nanosaur2-$version" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"version": "1.4.4", | ||
"description": "Multi-platform port of the Mac OS-only game Nanosaur", | ||
"homepage": "https://pangeasoft.net/nano/", | ||
"license": "CC-BY-NC-SA-4.0", | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://github.com/jorio/Nanosaur/releases/download/v1.4.4/Nanosaur-1.4.4-windows-x64.zip", | ||
"hash": "5462fe111e207f8d2953533c4948081cfd01a0d189d47c8cd696d673d1624b13" | ||
} | ||
}, | ||
"extract_dir": "Nanosaur-1.4.4", | ||
"shortcuts": [ | ||
[ | ||
"Nanosaur.exe", | ||
"Nanosaur" | ||
] | ||
], | ||
"checkver": { | ||
"github": "https://github.com/jorio/Nanosaur/" | ||
}, | ||
"autoupdate": { | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://github.com/jorio/Nanosaur/releases/download/v$version/Nanosaur-$version-windows-x64.zip", | ||
"extract_dir": "Nanosaur-$version" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"version": "4.0.1", | ||
"description": "Multi-platform port of the Mac OS-only game Otto Matic", | ||
"homepage": "https://pangeasoft.net/otto/", | ||
"license": "CC-BY-NC-SA-4.0", | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://github.com/jorio/OttoMatic/releases/download/4.0.1/OttoMatic-4.0.1-windows-x64.zip", | ||
"hash": "974a8cebcc25c6c691bdd8461b78a5410a74771c56a7b1c1234cae7da8f7cfa1" | ||
} | ||
}, | ||
"extract_dir": "OttoMatic-4.0.1", | ||
"shortcuts": [ | ||
[ | ||
"OttoMatic.exe", | ||
"Otto Matic" | ||
] | ||
], | ||
"checkver": { | ||
"github": "https://github.com/jorio/OttoMatic/" | ||
}, | ||
"autoupdate": { | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://github.com/jorio/OttoMatic/releases/download/$version/OttoMatic-$version-windows-x64.zip", | ||
"extract_dir": "OttoMatic-$version" | ||
} | ||
} | ||
} | ||
} |