Skip to content

Commit

Permalink
Update mingw scripts to latest dependency releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Trihedraf authored and AJenbo committed Jun 5, 2024
1 parent 7a12080 commit bf0e8f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Packaging/windows/mingw-prep.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

SDLDEV_VERS=2.26.1
SODIUM_VERS=1.0.18
SDLDEV_VERS=2.30.3
SODIUM_VERS=1.0.20

# exit when any command fails
set -euo pipefail
Expand Down
2 changes: 1 addition & 1 deletion Packaging/windows/mingw9x-prep.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

SDLDEV_VERS=1.2.15
SODIUM_VERS=1.0.18
SODIUM_VERS=1.0.20

# exit when any command fails
set -euo pipefail
Expand Down

0 comments on commit bf0e8f7

Please sign in to comment.