Skip to content

Commit

Permalink
Merge pull request #438 from PelionIoT/pe-utils-2.3.7
Browse files Browse the repository at this point in the history
Update pe-utils to 2.3.7
  • Loading branch information
JanneKiiskila authored Jun 25, 2024
2 parents d2b0ee7 + e6431ea commit 997f9be
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.5
source-tag: 2.3.7
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.5
source-tag: 2.3.7
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.5
source-tag: 2.3.7
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 997f9be

Please # to comment.