Update octojpack config for J5.

This commit is contained in:
Llewellyn van der Merwe 2024-03-05 12:26:51 +02:00
parent 1069746432
commit ab9db903ed
Signed by untrusted user: Llewellyn
GPG Key ID: A9201372263741E7

View File

@ -9,8 +9,8 @@
"name": "PKG_SERMONDISTRIBUTOR", "name": "PKG_SERMONDISTRIBUTOR",
"code_name": "sermondistributor", "code_name": "sermondistributor",
"package_name": "pkg_sermondistributor", "package_name": "pkg_sermondistributor",
"min_joomla_version": "3.8", "min_joomla_version": "4.3",
"max_joomla_version": "3.10", "max_joomla_version": "5.1",
"copyright": "Copyright (C) 2015 Llewellyn van der Merwe. All rights reserved.", "copyright": "Copyright (C) 2015 Llewellyn van der Merwe. All rights reserved.",
"copyright_year": "2015", "copyright_year": "2015",
"license": "GNU General Public License version 2; see LICENSE", "license": "GNU General Public License version 2; see LICENSE",
@ -20,11 +20,12 @@
"author_url": "https://io.vdm.dev/", "author_url": "https://io.vdm.dev/",
"description": "The Sermon Distributor.", "description": "The Sermon Distributor.",
"version_id": "com_sermondistributor", "version_id": "com_sermondistributor",
"update_servers": "https://git.vdm.dev/christian/Joomla-Sermon-Distributor/raw/branch/master/sermondistributor_update_server.xml" "update_servers": "https://git.vdm.dev/christian/Joomla-Sermon-Distributor/raw/branch/5.0/sermondistributor_update_server.xml"
}, },
"repository": { "repository": {
"owner": "christian", "owner": "christian",
"repo": "pkg-sermondistributor" "repo": "pkg-sermondistributor",
"branch": "5.0"
}, },
"files": [ "files": [
{ {
@ -32,19 +33,19 @@
"repo": "Joomla-Sermon-Distributor", "repo": "Joomla-Sermon-Distributor",
"id": "com_sermondistributor", "id": "com_sermondistributor",
"type": "component", "type": "component",
"mode": "master" "mode": "5.0"
}, },
{ {
"owner": "christian", "owner": "getBible",
"repo": "mod_dailylight", "repo": "daily-light-module",
"id": "mod_dailylight", "id": "mod_dailylight",
"type": "module", "type": "module",
"client": "site", "client": "site",
"mode": "master" "mode": "master"
}, },
{ {
"owner": "christian", "owner": "getBible",
"repo": "mod_dailyscripture", "repo": "daily-scripture-module",
"id": "mod_dailyscripture", "id": "mod_dailyscripture",
"type": "module", "type": "module",
"client": "site", "client": "site",
@ -66,4 +67,3 @@
} }
] ]
} }