fix(invoice-ninja): wrong version and missing arm64 architecture

This commit is contained in:
Asen Lekov 2024-05-14 20:07:49 +03:00
parent ee368ab3f4
commit bed4058923

View File

@ -6,7 +6,7 @@
"exposable": true,
"id": "invoice-ninja",
"tipi_version": 1,
"version": "1.25",
"version": "5.8.54",
"categories": ["finance"],
"description": "Invoice Ninja is an invoicing application which makes sending invoices and receiving payments simple and easy. Our latest version is a clean slate rewrite of our popular invoicing application which builds on the existing feature set and adds a wide range of features and enhancements the community has asked for.",
"short_desc": "Invoices, Expenses and Tasks built with Laravel, Flutter and React.",
@ -38,5 +38,8 @@
"env_variable": "INVOICE_NINJA_APP_KEY"
}
],
"supported_architectures": ["amd64"]
"supported_architectures": [
"arm64",
"amd64"
]
}