-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+ package_fabwaage_index.json for 0.0.2 release
- Loading branch information
holzheu
authored and
holzheu
committed
Sep 27, 2020
1 parent
53fa4ce
commit dc4476e
Showing
1 changed file
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"packages": [ | ||
{ | ||
"name": "FabWaage", | ||
"maintainer": "Fablab Bayreuth", | ||
"websiteURL": "http://www.fablab-bayreuth.de", | ||
"email": "[email protected]", | ||
"help": { | ||
"online": "https://github.com/fablab-bayreuth/FabWaage/" | ||
}, | ||
"platforms": [ | ||
{ | ||
"name": "BayEOS AVR Boards", | ||
"architecture": "avr", | ||
"version": "0.0.2", | ||
"category": "Fabwaage Arduino", | ||
"url": "https://github.com/fablab-bayreuth/FabWaage/archive/v0.0.2.zip", | ||
"checksum": "SHA-256:7833e041efb11b9e176a7c0c475022ee7a3105cc36ac8dea20157706ded0fdc3", | ||
"help": { | ||
"online": "https://github.com/fablab-bayreuth/FabWaage/" | ||
}, | ||
"archiveFileName": "FabWaage-0.0.2.zip", | ||
"boards": [ | ||
{ | ||
"name": "FabWaage Board" | ||
} | ||
], | ||
"size": "433414" | ||
} | ||
], | ||
"toolsDependencies": [ | ||
{ | ||
"packager": "arduino", | ||
"name": "avr-gcc", | ||
"version": "4.8.1-arduino5" | ||
}, | ||
{ | ||
"packager": "arduino", | ||
"name": "avrdude", | ||
"version": "6.0.1-arduino5" | ||
} | ||
], | ||
"tools": [] | ||
} | ||
] | ||
} |