Skip to content

Commit

Permalink
Merge pull request #12 from LibrePCB-Libraries/rework-for-1.0
Browse files Browse the repository at this point in the history
Update/extend library elements with file format 1.0 data
  • Loading branch information
ubruhin committed Aug 30, 2023
2 parents 6cd140c + faaa97a commit 08bb113
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ jobs:
options: --entrypoint /bin/bash
steps:
- uses: actions/checkout@v1
- run: librepcb-cli open-library --all --strict --minify-step .
- run: librepcb-cli open-library --all --strict --check --minify-step .
3 changes: 2 additions & 1 deletion cmp/7f8cadda-e30b-43fc-87c4-04a9fe0f70d2/component.lp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(description "A cheap Arduino board based on the ATMEGA328P.")
(keywords "arduino,nano,atmega328p")
(author "Danilo Bargen")
(version "0.1")
(version "0.1.1")
(created 2018-11-17T12:05:35Z)
(deprecated false)
(generated_by "")
Expand Down Expand Up @@ -131,4 +131,5 @@
(pin d90b3a0a-26db-4dcd-b687-6b0a327f8590 (signal 3f9441fd-caa2-4600-98d0-65c2bb809e1c) (text signal))
)
)
(approved name_not_title_case)
)
4 changes: 2 additions & 2 deletions library.lp
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
(description "Arduino boards.")
(keywords "")
(author "LibrePCB")
(version "0.1.1")
(version "0.1.2")
(created 2018-11-17T11:44:39Z)
(deprecated false)
(url "https://github.com/LibrePCB-Libraries/Arduino.lplib")
(manufacturer "")
(manufacturer "Arduino")
)
3 changes: 2 additions & 1 deletion sym/039a25f3-c54b-4ab5-8c27-737e5cb5a491/symbol.lp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(description "A cheap Arduino board based on the ATMEGA328P.")
(keywords "arduino,nano,atmega328p")
(author "Danilo Bargen")
(version "0.1")
(version "0.1.1")
(created 2018-11-17T11:47:05Z)
(deprecated false)
(generated_by "")
Expand Down Expand Up @@ -162,4 +162,5 @@
(text 600a537c-d977-47fd-b2fc-47c511799417 (layer sym_values) (value "{{VALUE}}")
(align left top) (height 2.54) (position -10.16 -20.32) (rotation 0.0)
)
(approved name_not_title_case)
)

0 comments on commit 08bb113

Please sign in to comment.