Skip to content

Commit

Permalink
Update to SDL 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Jan 23, 2025
1 parent 94845b0 commit d5d5392
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build-fnalibs-apple.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash

SDL_MINOR_VERSION=2
SDL_PATCH_VERSION=0
SDL_PATCH_VERSION=1

set -ex

workflow_id=$(gh -R libsdl-org/SDL run list -b main --json databaseId --jq '.[0].databaseId')
workflow_id=$(gh -R libsdl-org/SDL run list -b release-3.2.x --json databaseId --jq '.[0].databaseId')
gh -R libsdl-org/SDL run download ${workflow_id} -p 'SDL-macos-framework'
gh -R libsdl-org/SDL run download ${workflow_id} -p 'SDL-ios-arm64'
gh -R libsdl-org/SDL run download ${workflow_id} -p 'SDL-tvos-arm64'
Expand Down
4 changes: 2 additions & 2 deletions build-fnalibs.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash

SDL_MINOR_VERSION=2
SDL_PATCH_VERSION=0
SDL_PATCH_VERSION=1

set -ex

workflow_id=$(gh -R libsdl-org/SDL run list -b main --json databaseId --jq '.[0].databaseId')
workflow_id=$(gh -R libsdl-org/SDL run list -b release-3.2.x --json databaseId --jq '.[0].databaseId')
gh -R libsdl-org/SDL run download ${workflow_id} -p 'SDL-slrsniper'
gh -R libsdl-org/SDL run download ${workflow_id} -p 'SDL-VC-x86'
gh -R libsdl-org/SDL run download ${workflow_id} -p 'SDL-VC-x64'
Expand Down

0 comments on commit d5d5392

Please sign in to comment.