Skip to content

Commit 25bda37

Browse files
committed
Prep for release
1 parent 7050754 commit 25bda37

File tree

4 files changed

+21
-20
lines changed

4 files changed

+21
-20
lines changed

.github/workflows/builds_desktop_qmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
env:
1616
APP_NAME: "toolBLEx"
1717
APP_VERSION: "0.13"
18-
QT_VERSION: "6.7.2"
18+
QT_VERSION: "6.8.0"
1919

2020
#-------------------------------------------------------------------------------
2121
# Workflow jobs

.github/workflows/flatpak.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: "Flatpak build"
1616
runs-on: ubuntu-20.04
1717
container:
18-
image: bilelmoussaoui/flatpak-github-actions:freedesktop-23.08
18+
image: bilelmoussaoui/flatpak-github-actions:freedesktop-24.08
1919
options: --privileged
2020
steps:
2121
- uses: actions/checkout@v4

assets/linux/toolblex.appdata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</description>
2323

2424
<releases>
25-
<release version="0.13" date="2024-09-09"> <url type="details">https://github.com/emericg/toolBLEx/releases/tag/v0.13</url> </release>
25+
<release version="0.13" date="2024-10-13"> <url type="details">https://github.com/emericg/toolBLEx/releases/tag/v0.13</url> </release>
2626
<release version="0.12" date="2024-06-19"> <url type="details">https://github.com/emericg/toolBLEx/releases/tag/v0.12</url> </release>
2727
<release version="0.11" date="2024-04-04"> <url type="details">https://github.com/emericg/toolBLEx/releases/tag/v0.11</url> </release>
2828
<release version="0.10" date="2023-12-01"> <url type="details">https://github.com/emericg/toolBLEx/releases/tag/v0.10</url> </release>

assets/linux/toolblex.flatpak.yml

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
app-id: io.emeric.toolblex
22
runtime: org.freedesktop.Platform
3-
runtime-version: '23.08'
3+
runtime-version: '24.08'
44
sdk: org.freedesktop.Sdk
55
command: toolblex
66

@@ -17,6 +17,7 @@ finish-args:
1717
# Wayland access
1818
- --socket=wayland
1919
# We need Bluetooth support
20+
- --share=network
2021
- --allow=bluetooth
2122
- --system-talk-name=org.bluez
2223

@@ -45,8 +46,8 @@ modules:
4546
- -DQT_BUILD_TESTS=OFF
4647
sources:
4748
- type: archive
48-
url: https://download.qt.io/archive/qt/6.7/6.7.2/submodules/qtbase-everywhere-src-6.7.2.tar.xz
49-
sha256: c5f22a5e10fb162895ded7de0963328e7307611c688487b5d152c9ee64767599
49+
url: https://download.qt.io/archive/qt/6.8/6.8.0/submodules/qtbase-everywhere-src-6.8.0.tar.xz
50+
sha256: 1bad481710aa27f872de6c9f72651f89a6107f0077003d0ebfcc9fd15cba3c75
5051
x-checker-data:
5152
type: anitya
5253
project-id: 7927
@@ -64,8 +65,8 @@ modules:
6465
- -DQT_BUILD_TESTS=OFF
6566
sources:
6667
- type: archive
67-
url: https://download.qt.io/archive/qt/6.7/6.7.2/submodules/qttools-everywhere-src-6.7.2.tar.xz
68-
sha256: 58e855ad1b2533094726c8a425766b63a04a0eede2ed85086860e54593aa4b2a
68+
url: https://download.qt.io/archive/qt/6.8/6.8.0/submodules/qttools-everywhere-src-6.8.0.tar.xz
69+
sha256: 403115d8268503c6cc6e43310c8ae28eb9e605072a5d04e4a2de8b6af39981f7
6970
x-checker-data:
7071
type: anitya
7172
project-id: 7927
@@ -81,8 +82,8 @@ modules:
8182
- -DQT_BUILD_TESTS=OFF
8283
sources:
8384
- type: archive
84-
url: https://download.qt.io/archive/qt/6.7/6.7.2/submodules/qtshadertools-everywhere-src-6.7.2.tar.xz
85-
sha256: edfa34c0ac8c00fcaa949df1d8e7a77d89dadd6386e683ce6c3e3b117e2f7cc1
85+
url: https://download.qt.io/archive/qt/6.8/6.8.0/submodules/qtshadertools-everywhere-src-6.8.0.tar.xz
86+
sha256: 44692dc93482374bf3b39e96c881fa08275f0bf82958b68a7e3c796b76d4c4cb
8687
x-checker-data:
8788
type: anitya
8889
project-id: 7927
@@ -98,8 +99,8 @@ modules:
9899
- -DQT_BUILD_TESTS=OFF
99100
sources:
100101
- type: archive
101-
url: https://download.qt.io/archive/qt/6.7/6.7.2/submodules/qtdeclarative-everywhere-src-6.7.2.tar.xz
102-
sha256: 4c29cba1af8c42d425d8eb6e01bad24cb80f4b983d71eef566a0542dfdb9b999
102+
url: https://download.qt.io/archive/qt/6.8/6.8.0/submodules/qtdeclarative-everywhere-src-6.8.0.tar.xz
103+
sha256: 3b41a36b42e919a3aa0da1f71107591504200f41707bee2ad8e8d4f99b5644c2
103104
x-checker-data:
104105
type: anitya
105106
project-id: 7927
@@ -114,8 +115,8 @@ modules:
114115
- -DQT_BUILD_TESTS=OFF
115116
sources:
116117
- type: archive
117-
url: https://download.qt.io/archive/qt/6.7/6.7.2/submodules/qtwayland-everywhere-src-6.7.2.tar.xz
118-
sha256: a2a057e1dd644bd44abb9990fecc194b2e25c2e0f39e81aa9fee4c1e5e2a8a5b
118+
url: https://download.qt.io/archive/qt/6.8/6.8.0/submodules/qtwayland-everywhere-src-6.8.0.tar.xz
119+
sha256: 175758591638ebf1c6fbb66ac11c7fa0eb8d4ed52e9243cc59075d06a6a2060a
119120
x-checker-data:
120121
type: anitya
121122
project-id: 7927
@@ -132,8 +133,8 @@ modules:
132133
- -DQT_BUILD_TESTS=OFF
133134
sources:
134135
- type: archive
135-
url: https://download.qt.io/archive/qt/6.7/6.7.2/submodules/qtsvg-everywhere-src-6.7.2.tar.xz
136-
sha256: fb0d1286a35be3583fee34aeb5843c94719e07193bdf1d4d8b0dc14009caef01
136+
url: https://download.qt.io/archive/qt/6.8/6.8.0/submodules/qtsvg-everywhere-src-6.8.0.tar.xz
137+
sha256: cf7a593d5e520f8177240610d9e55d5b75b0887fe5f385554ff64377f1646199
137138
x-checker-data:
138139
type: anitya
139140
project-id: 7927
@@ -148,8 +149,8 @@ modules:
148149
- -DQT_BUILD_TESTS=OFF
149150
sources:
150151
- type: archive
151-
url: https://download.qt.io/archive/qt/6.7/6.7.2/submodules/qtconnectivity-everywhere-src-6.7.2.tar.xz
152-
sha256: 8ed321b242f0e956473a295fa31670271f9b3acb797508644cb740f89f6c08e8
152+
url: https://download.qt.io/archive/qt/6.8/6.8.0/submodules/qtconnectivity-everywhere-src-6.8.0.tar.xz
153+
sha256: bbbefb6cc07507fcc961362b3380553eba6400aa15480600126793ba3dc21788
153154
x-checker-data:
154155
type: anitya
155156
project-id: 7927
@@ -164,8 +165,8 @@ modules:
164165
- -DQT_BUILD_TESTS=OFF
165166
sources:
166167
- type: archive
167-
url: https://download.qt.io/archive/qt/6.7/6.7.2/submodules/qtcharts-everywhere-src-6.7.2.tar.xz
168-
sha256: 00f6a437458b7f2c4e81d748dbe2a077567a9e6ad8d8e3820b36c39dc5279bda
168+
url: https://download.qt.io/archive/qt/6.8/6.8.0/submodules/qtcharts-everywhere-src-6.8.0.tar.xz
169+
sha256: 1923daac0d1a69b03a4cb119b147c2e3f5080f642af365098fd8771a465b132f
169170
x-checker-data:
170171
type: anitya
171172
project-id: 7927

0 commit comments

Comments
 (0)