Skip to content

Commit

Permalink
Upgrade pe-utils to 2.3.5
Browse files Browse the repository at this point in the history
This fixes the ping problem we're having with Canonical now.
  • Loading branch information
JanneKiiskila committed Apr 30, 2024
1 parent 25be914 commit e277e90
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
Expand Up @@ -577,7 +577,7 @@ parts:
pe-utils:
plugin: nil
source: https://github.com/PelionIoT/pe-utils.git
source-tag: 2.3.4
source-tag: 2.3.5
override-build: |
install -d ${SNAPCRAFT_PART_INSTALL}/edge/etc
install ${SNAPCRAFT_PROJECT_DIR}/files/pe-utils/versions.json ${SNAPCRAFT_PART_INSTALL}/edge/
Expand All @@ -596,7 +596,7 @@ parts:
edge-info:
plugin: dump
source: https://github.com/PelionIoT/pe-utils.git
source-tag: 2.3.4
source-tag: 2.3.5
override-build: |
install -d "${SNAPCRAFT_PART_INSTALL}/edge"
git describe --tags --always >"${SNAPCRAFT_PART_INSTALL}/edge/edge-info.VERSION"
Expand All @@ -611,7 +611,7 @@ parts:
edge-testnet:
plugin: dump
source: https://github.com/PelionIoT/pe-utils.git
source-tag: 2.3.4
source-tag: 2.3.5
override-build: |
install -d "${SNAPCRAFT_PART_INSTALL}/edge"
git describe --tags --always >"${SNAPCRAFT_PART_INSTALL}/edge/edge-testnet.VERSION"
Expand Down

0 comments on commit e277e90

Please sign in to comment.