Skip to content

Commit

Permalink
JA2 - Update to 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed Nov 10, 2023
1 parent 73a4797 commit 1ed93f8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions engines/ja2-stracciatella/assets/run-ja2-gold.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

wantedversion="0.20.0"
wantedversion="0.21.0"

filepath="./ja2-stracciatella_0.20.0-git+439a6d3_x86-64.AppImage"
filepath="./ja2-stracciatella_0.21.0-git+61938e1_x86-64.AppImage"

if [ -f "readyversion.txt" ]; then
readyversion=$(cat readyversion.txt)
Expand Down
4 changes: 2 additions & 2 deletions engines/ja2-stracciatella/assets/run-ja2.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

wantedversion="0.20.0"
wantedversion="0.21.0"

filepath="./ja2-stracciatella_0.20.0-git+439a6d3_x86-64.AppImage"
filepath="./ja2-stracciatella_0.21.0-git+61938e1_x86-64.AppImage"

if [[ -d "JA2Classic" ]]; then
echo "Classic found"
Expand Down
12 changes: 7 additions & 5 deletions metadata/packagessniper_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5080,8 +5080,8 @@
"download": [
{
"name": "ja2-binaries",
"url": "https://github.com/ja2-stracciatella/ja2-stracciatella/releases/download/v0.20.0/",
"file": "ja2-stracciatella_0.20.0-git+439a6d3_x86-64.AppImage"
"url": "https://github.com/ja2-stracciatella/ja2-stracciatella/releases/download/v0.21.0/",
"file": "ja2-stracciatella_0.21.0-git+61938e1_x86-64.AppImage"
},
{
"name": "ja2-wildfire",
Expand All @@ -5097,15 +5097,17 @@
"command": "./run-ja2.sh",
"engine_name": "Jagged Alliance 2 Stracciatella",
"cloudAvailable": true,
"cloudIssue": true,
"cloudIssueReason": "saves_not_compatible",
"app_id": "215930"
},
{
"game_name": "Jagged Alliance 2 Gold",
"download": [
{
"name": "ja2-binaries",
"url": "https://github.com/ja2-stracciatella/ja2-stracciatella/releases/download/v0.20.0/",
"file": "ja2-stracciatella_0.20.0-git+439a6d3_x86-64.AppImage"
"url": "https://github.com/ja2-stracciatella/ja2-stracciatella/releases/download/v0.21.0/",
"file": "ja2-stracciatella_0.21.0-git+61938e1_x86-64.AppImagee"
},
{
"name": "ja2-stracciatella",
Expand Down Expand Up @@ -8452,7 +8454,7 @@
},
{
"engine_link": "https://ja2-stracciatella.github.io",
"version": "0.20.0",
"version": "0.21.0",
"author": "d10sfan",
"author_link": "https://github.com/d10sfan",
"license": "Original in SFI-SCLA with Additions in Public Domain",
Expand Down

0 comments on commit 1ed93f8

Please sign in to comment.