mirror of
https://github.com/YunoHost-Apps/n8n_ynh.git
synced 2024-09-03 19:55:52 +02:00
Upgrade sources
- `main` v1.50.1: https://github.com/n8n-io/n8n/releases/tag/n8n%401.50.1
This commit is contained in:
parent
d96dce4409
commit
1094e365f8
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ name = "n8n"
|
|||
description.en = "Workflow Automation Tool. Easily automate tasks across different services"
|
||||
description.fr = "Outil d'automatisation du flux de travail. Automatisez facilement les tâches sur différents services"
|
||||
|
||||
version = "1.49.0~ynh1"
|
||||
version = "1.50.1~ynh1"
|
||||
|
||||
maintainers = []
|
||||
|
||||
|
@ -56,8 +56,8 @@ ram.runtime = "50M"
|
|||
[resources.sources]
|
||||
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/n8n-io/n8n/archive/refs/tags/n8n@1.49.0.tar.gz"
|
||||
sha256 = "69fc012b27f9b217f52304da5189f5671105f74ab28a9674777a88ed06209994"
|
||||
url = "https://github.com/n8n-io/n8n/archive/refs/tags/n8n@1.50.1.tar.gz"
|
||||
sha256 = "4e302bbb3de4caab8e4061924de9b51ecd74cf2a4da3442f3ecc62e505ff1628"
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.version_regex = "^n8n@(.*)$"
|
||||
prefetch = false
|
||||
|
|
Loading…
Reference in a new issue