1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/huginn_ynh.git synced 2024-09-03 19:26:13 +02:00

Merge pull request #21 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2024-07-08 10:32:14 +02:00 committed by GitHub
commit 151b5ab098
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 9 additions and 9 deletions

View file

@ -18,7 +18,7 @@ It shall NOT be edited by hand.
Huginn is a system for building agents that perform automated tasks for you online. They can read the web, watch for events, and take actions on your behalf. Huginn's Agents create and consume events, propagating them along a directed graph. Think of it as a hackable version of IFTTT or Zapier on your own server. You always know who has your data. You do.
**Shipped version:** 2024.06.07~ynh1
**Shipped version:** 2024.07.06~ynh1
## Screenshots

View file

@ -18,7 +18,7 @@ No se debe editar a mano.
Huginn is a system for building agents that perform automated tasks for you online. They can read the web, watch for events, and take actions on your behalf. Huginn's Agents create and consume events, propagating them along a directed graph. Think of it as a hackable version of IFTTT or Zapier on your own server. You always know who has your data. You do.
**Versión actual:** 2024.06.07~ynh1
**Versión actual:** 2024.07.06~ynh1
## Capturas

View file

@ -18,7 +18,7 @@ EZ editatu eskuz.
Huginn is a system for building agents that perform automated tasks for you online. They can read the web, watch for events, and take actions on your behalf. Huginn's Agents create and consume events, propagating them along a directed graph. Think of it as a hackable version of IFTTT or Zapier on your own server. You always know who has your data. You do.
**Paketatutako bertsioa:** 2024.06.07~ynh1
**Paketatutako bertsioa:** 2024.07.06~ynh1
## Pantaila-argazkiak

View file

@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main.
Huginn is a system for building agents that perform automated tasks for you online. They can read the web, watch for events, and take actions on your behalf. Huginn's Agents create and consume events, propagating them along a directed graph. Think of it as a hackable version of IFTTT or Zapier on your own server. You always know who has your data. You do.
**Version incluse:** 2024.06.07~ynh1
**Version incluse:** 2024.07.06~ynh1
## Captures décran

View file

@ -18,7 +18,7 @@ NON debe editarse manualmente.
Huginn is a system for building agents that perform automated tasks for you online. They can read the web, watch for events, and take actions on your behalf. Huginn's Agents create and consume events, propagating them along a directed graph. Think of it as a hackable version of IFTTT or Zapier on your own server. You always know who has your data. You do.
**Versión proporcionada:** 2024.06.07~ynh1
**Versión proporcionada:** 2024.07.06~ynh1
## Capturas de pantalla

View file

@ -18,7 +18,7 @@
Huginn is a system for building agents that perform automated tasks for you online. They can read the web, watch for events, and take actions on your behalf. Huginn's Agents create and consume events, propagating them along a directed graph. Think of it as a hackable version of IFTTT or Zapier on your own server. You always know who has your data. You do.
**分发版本:** 2024.06.07~ynh1
**分发版本:** 2024.07.06~ynh1
## 截图

View file

@ -6,7 +6,7 @@ id = "huginn"
name = "Huginn"
description.en = "Build agents that monitor and act on your behalf. Your agents are standing by"
version = "2024.06.07~ynh1"
version = "2024.07.06~ynh1"
maintainers = ["aurel"]
@ -45,8 +45,8 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
url = "https://github.com/huginn/huginn/archive/5a1509b51188e0d16868be893c983d6fcfd232a5.tar.gz"
sha256 = "d71c27306e6cb63a6e9e02c6a18b8a63c0f4bb4d94311002c8df526d66f6dddf"
url = "https://github.com/huginn/huginn/archive/37287a6fad196eb30d0de37743cdd8b643cbd324.tar.gz"
sha256 = "677a0a860f12ceacb5557039f770b663632820c5180165b328b04691cee2cbbf"
# Yeah there is a release but it's 2 years old and the doc tells to git commit…
autoupdate.strategy = "latest_github_commit"