mirror of
https://github.com/YunoHost-Apps/libreerp_ynh.git
synced 2024-09-03 19:36:13 +02:00
Remove version 15 for add-ons
This commit is contained in:
parent
bb7c020e1a
commit
968b1454d2
1 changed files with 1 additions and 6 deletions
|
@ -42,7 +42,7 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen
|
|||
ask.en = "Choose the version you want"
|
||||
ask.fr = "Choisissez la version désirée"
|
||||
type = "string"
|
||||
choices = ["11", "12", "14", "15", "16"]
|
||||
choices = ["12", "14", "16"]
|
||||
default = "16"
|
||||
|
||||
[install.lang]
|
||||
|
@ -73,11 +73,6 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen
|
|||
sha256 = "3c3a95ec627e3807c85b0b2fd13a484b0b990426efb4905681aaee8768386e39"
|
||||
prefetch = false
|
||||
|
||||
[resources.sources.main_15_oca]
|
||||
url = "https://github.com/OCA/OCB/archive/1ab48bd4c89f21691b34f349338405fcbb85dea4.tar.gz"
|
||||
sha256 = "23b8902b6fc22e4ce36f6dcc7178257235663e9911b61b70b70aeca0fdb36331"
|
||||
prefetch = false
|
||||
|
||||
[resources.sources.main_14_oca]
|
||||
url = "https://github.com/OCA/OCB/archive/890a6aa943aafff149924b1aca2517a95a1b352f.tar.gz"
|
||||
sha256 = "41decd11b20d8f99329c413faec9abd1e5ee75076e5f47a33ab806483f51926c"
|
||||
|
|
Loading…
Reference in a new issue