Skip to content

Commit

Permalink
pe-utils 2.2.0 -> 2.2.2
Browse files Browse the repository at this point in the history
Update the curl silencing change (just one change + version bump).
- 2.2.1 has the curl silencing.
- 2.2.2 has the forgotten version bump.
- PelionIoT/pe-utils@2.2.0...2.2.2
  • Loading branch information
JanneKiiskila committed Aug 17, 2023
1 parent 3956591 commit eab47d1
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 @@ -608,7 +608,7 @@ parts:
pe-utils:
plugin: nil
source: https://github.com/PelionIoT/pe-utils.git
source-tag: 2.2.0
source-tag: 2.2.2
override-build: |
install -d ${SNAPCRAFT_PART_INSTALL}/edge/etc
install ${SNAPCRAFT_PROJECT_DIR}/files/pe-utils/versions.json ${SNAPCRAFT_PART_INSTALL}/edge/
Expand All @@ -628,7 +628,7 @@ parts:
edge-info:
plugin: dump
source: https://github.com/PelionIoT/pe-utils.git
source-tag: 2.2.0
source-tag: 2.2.2
override-build: |
install -d "${SNAPCRAFT_PART_INSTALL}/edge"
git describe --tags --always >"${SNAPCRAFT_PART_INSTALL}/edge/edge-info.VERSION"
Expand All @@ -644,7 +644,7 @@ parts:
edge-testnet:
plugin: dump
source: https://github.com/PelionIoT/pe-utils.git
source-tag: 2.2.0
source-tag: 2.2.2
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 eab47d1

Please sign in to comment.