spec/data/awesomelib/awesomelib.2013-09-08.manifest in inqlude-0.0.8 vs spec/data/awesomelib/awesomelib.2013-09-08.manifest in inqlude-0.7.0
- old
+ new
@@ -1,19 +1,27 @@
{
- "schema_version": 1,
+ "$schema": "http://inqlude.org/schema/release-manifest-v1#",
"name": "awesomelib",
"release_date": "2013-09-08",
"version": "0.2.0",
"summary": "Awesome library",
"urls": {
"homepage": "http://example.com",
"download": "http://example.com/download"
},
- "licenses": ["LGPLv2.1+"],
+ "licenses": [
+ "LGPLv2.1+",
+ "Commercial"
+ ],
"description": "This is an awesome library.",
- "authors": ["Cornelius Schumacher <schumacher@kde.org>"],
+ "authors": [
+ "Cornelius Schumacher <schumacher@kde.org>"
+ ],
"maturity": "stable",
- "platforms": [ "Linux" ],
+ "platforms": [
+ "Linux"
+ ],
"packages": {
"source": "ftp://example.com/download/awesomelib-0.2.0.tar.gz"
- }
-}
+ },
+ "group": "kde-frameworks"
+}
\ No newline at end of file