Skip to content

Commit

Permalink
Merge pull request moneymanagerex#6800 from whalley/master
Browse files Browse the repository at this point in the history
fix(moneymanagerex#6799): wxWidgets 3.2.5
  • Loading branch information
whalley authored Jun 18, 2024
2 parents b50ff73 + ed77028 commit 33c8ce6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ environment:
curldir: C:\curl-$(curlVer)
curlStatic: ON
# wxWidgets config
wxVer: 3.2.4
wxVer: 3.2.5
wxComp: 14x
wxwin: C:\wxWidgets-$(wxVer)-$(configuration)
wxShared: 0
Expand Down
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ modules:
- --enable-intl
sources:
- type: archive
url: https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.4/wxWidgets-3.2.4.tar.bz2
sha256: 0640e1ab716db5af2ecb7389dbef6138d7679261fbff730d23845ba838ca133e
url: https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.5/wxWidgets-3.2.5.tar.bz2
sha256: 0ad86a3ad3e2e519b6a705248fc9226e3a09bbf069c6c692a02acf7c2d1c6b51
x-checker-data:
type: json
url: https://api.github.com/repos/wxWidgets/wxWidgets/releases/latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Dependencies
id: init
run: |
echo "wxVer=3.2.4" >> $GITHUB_OUTPUT
echo "wxVer=3.2.5" >> $GITHUB_OUTPUT
sudo apt update
sudo apt install -y --no-install-recommends \
cmake build-essential libssl-dev gettext git pkg-config lsb-release file ccache \
Expand Down
4 changes: 2 additions & 2 deletions org.moneymanagerex.MMEX.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ modules:
- --enable-intl
sources:
- type: archive
url: https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.4/wxWidgets-3.2.4.tar.bz2
sha256: 0640e1ab716db5af2ecb7389dbef6138d7679261fbff730d23845ba838ca133e
url: https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.5/wxWidgets-3.2.5.tar.bz2
sha256: 0ad86a3ad3e2e519b6a705248fc9226e3a09bbf069c6c692a02acf7c2d1c6b51
x-checker-data:
type: json
url: https://api.github.com/repos/wxWidgets/wxWidgets/releases/latest
Expand Down

0 comments on commit 33c8ce6

Please sign in to comment.