diff --git a/README.md b/README.md index c810e3e..b4ba8a9 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README_es.md b/README_es.md index 7f69753..9b956e7 100644 --- a/README_es.md +++ b/README_es.md @@ -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 diff --git a/README_eu.md b/README_eu.md index 80c36ae..e30f2e1 100644 --- a/README_eu.md +++ b/README_eu.md @@ -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 diff --git a/README_fr.md b/README_fr.md index e929170..a98385b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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 diff --git a/README_gl.md b/README_gl.md index 31dad08..a059674 100644 --- a/README_gl.md +++ b/README_gl.md @@ -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 diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 04abd8b..61f149e 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -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 ## 截图 diff --git a/manifest.toml b/manifest.toml index f875c8a..eaa2aab 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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"