Skip to content

Commit 0b86159

Browse files
authored
Merge pull request #273 from jongough/updates
Updates
2 parents 1483dd2 + 02e8487 commit 0b86159

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ set(LONG_DESCRIPTION "testplugin Plugin is used to test out the ODraw API and de
3939

4040
set(VERSION_MAJOR "1")
4141
set(VERSION_MINOR "0")
42-
set(VERSION_PATCH "214")
42+
set(VERSION_PATCH "215")
4343
set(VERSION_TWEAK "0")
44-
set(VERSION_DATE "06/10/2022") # DD/MM/YYYY format
44+
set(VERSION_DATE "07/10/2022") # DD/MM/YYYY format
4545
set(OCPN_MIN_VERSION "ov50")
4646
set(OCPN_API_VERSION_MAJOR "1")
4747
set(OCPN_API_VERSION_MINOR "16")

ci/circleci-build-flatpak.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,13 @@ if [ -n "$CI" ]; then
3434
# Avoid using outdated TLS certificates, see #210.
3535
sudo apt install --reinstall ca-certificates
3636

37-
# Install flatpak and flatpak-builder
37+
# Use updated flatpak workaround
38+
sudo add-apt-repository -y ppa:alexlarsson/flatpak
39+
sudo apt update
40+
41+
# Install flatpak and flatpak-builder - obsoleted by flathub
3842
sudo apt install flatpak flatpak-builder
43+
3944
fi
4045

4146
flatpak remote-add --user --if-not-exists \

0 commit comments

Comments
 (0)