update manifest

This commit is contained in:
joshuaboud 2021-06-29 12:36:50 -03:00
parent dc9b2ca853
commit 736a7473b7
No known key found for this signature in database
GPG Key ID: 17EFB59E2A8BF50E

View File

@ -12,7 +12,7 @@
"licence": "GPL-3.0+", "licence": "GPL-3.0+",
"architecture": { "architecture": {
"deb": "all", "deb": "all",
"rpm": "noarch" "el": "noarch"
}, },
"description": { "description": {
"long": "A File System Browser for Cockpit.", "long": "A File System Browser for Cockpit.",
@ -28,7 +28,7 @@
"rsync", "rsync",
"zip" "zip"
], ],
"rpm": [ "el": [
"cockpit", "cockpit",
"python3", "python3",
"rsync", "rsync",
@ -49,15 +49,11 @@
], ],
"changelog": { "changelog": {
"urgency": "medium", "urgency": "medium",
"version": "1.1.1", "version": "0.4.5",
"buildVersion": "3", "buildVersion": "2",
"ignore": [], "ignore": [],
"date": "2021-06-18T09:40:44.594817", "date": null,
"packager": "Your Name <email@45drives.com>", "packager": "Josh Boudreau <jboudreau@45drives.com>",
"changes": [ "changes": []
"test5",
"test5",
"test5"
]
} }
} }