Skip to content

Commit

Permalink
update snap to core24
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteven4 committed Jan 23, 2025
1 parent 2ef6625 commit b5c9475
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: gpsbabel # you probably want to 'snapcraft register <name>'
base: core22 # the base snap is the execution environment for this snap
base: core24 # the base snap is the execution environment for this snap
version: '0.1' # just for humans, typically '1.2+git' or '1.3.2'
summary: "Convert, manipulate and transfer GPS data"
description: |
Expand Down Expand Up @@ -66,10 +66,10 @@ parts:
- pkg-config
- libudev-dev
- qt6-base-dev
- libqt6core5compat6-dev
- qt6-5compat-dev
stage-packages:
- zlib1g
- libshp2
- libshp4
- libusb-1.0-0
- libqt6core6
- libqt6core5compat6

0 comments on commit b5c9475

Please sign in to comment.