Skip to content

Commit

Permalink
lib: modified PCM version
Browse files Browse the repository at this point in the history
Fixed PCM script to allow KiCAD 8 release.

Signed-off-by: Helmut Lord <[email protected]>
  • Loading branch information
hlord2000 committed Mar 10, 2024
1 parent aae4569 commit c7aef28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PCM/create_pcm_archive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ echo $VERSION > PCM/archive/VERSION

echo "Modify archive metadata.json"
sed -i "s/VERSION_HERE/$VERSION/g" PCM/archive/metadata.json
sed -i "s/\"kicad_version\": \"7.0\",/\"kicad_version\": \"7.0\"/g" PCM/archive/metadata.json
sed -i "s/\"kicad_version\": \"8.0\",/\"kicad_version\": \"8.0\"/g" PCM/archive/metadata.json
sed -i "/SHA256_HERE/d" PCM/archive/metadata.json
sed -i "/DOWNLOAD_SIZE_HERE/d" PCM/archive/metadata.json
sed -i "/DOWNLOAD_URL_HERE/d" PCM/archive/metadata.json
Expand Down
2 changes: 1 addition & 1 deletion PCM/metadata.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"versions": [{
"version": "VERSION_HERE",
"status": "testing",
"kicad_version": "7.0",
"kicad_version": "8.0",
"download_sha256": "SHA256_HERE",
"download_size": DOWNLOAD_SIZE_HERE,
"download_url": "DOWNLOAD_URL_HERE",
Expand Down

0 comments on commit c7aef28

Please sign in to comment.