spec/data/karchive-release.manifest in inqlude-0.7.0 vs spec/data/karchive-release.manifest in inqlude-0.7.1
- old
+ new
@@ -1,29 +1,29 @@
{
"$schema": "http://inqlude.org/schema/release-manifest-v1#",
"name": "karchive",
"display_name": "KArchive",
+ "release_date": "2014-07-07",
+ "version": "5.0.0",
"summary": "Reading, creating, and manipulating file archives",
"urls": {
"homepage": "https://projects.kde.org/projects/frameworks/karchive",
+ "download": "http://download.kde.org/stable/frameworks/5.0.0/",
"vcs": "https://projects.kde.org/projects/frameworks/karchive/repository",
- "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel",
- "download": "http://download.kde.org/stable/frameworks/5.0.0/"
+ "mailing_list": "https://mail.kde.org/mailman/listinfo/kde-frameworks-devel"
},
"licenses": [
"LGPLv2.1+"
],
"description": "KArchive provides classes for easy reading, creation and manipulation of\n\"archive\" formats like ZIP and TAR.\n\nIf also provides transparent compression and decompression of data, like the\nGZip format, via a subclass of QIODevice.",
"authors": [
"The KDE Community"
],
+ "maturity": "stable",
"platforms": [
"Linux"
],
- "group": "kde-frameworks",
- "maturity": "stable",
- "release_date": "2014-07-07",
- "version": "5.0.0",
"packages": {
"source": "http://download.kde.org/stable/frameworks/5.0.0/karchive-5.0.0.tar.xz"
- }
+ },
+ "group": "kde-frameworks"
}