From 15db480d2a7171e09315a81e6971d910d95735d4 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 25 May 2024 03:42:36 +0200 Subject: [PATCH 1/3] Upgrade to v2.0.3 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 530b71d..24574ac 100644 --- a/manifest.toml +++ b/manifest.toml @@ -8,7 +8,7 @@ name = "Penpot" description.en = "Design and prototyping platform" description.fr = "Plateforme de conception et de prototypage" -version = "2.0.2~ynh2" +version = "2.0.3~ynh1" maintainers = ["orhtej2"] @@ -44,8 +44,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/penpot/penpot/archive/refs/tags/2.0.2.tar.gz" - sha256 = "52b3e81d2032055f3d845e2e6db03ba266d159532939e26347ba340f20515337" + url = "https://github.com/penpot/penpot/archive/refs/tags/2.0.3.tar.gz" + sha256 = "2d3407d784e64f799578c8a81a440f0f19756eb4355904fa6054a2909f9288c6" autoupdate.strategy = "latest_github_tag" [resources.sources.jdk] From b9745cab271f71fc3c16a30d2fedb9782cc3cbc7 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 25 May 2024 01:42:39 +0000 Subject: [PATCH 2/3] Auto-update READMEs --- ALL_README.md | 2 +- README.md | 2 +- README_es.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ALL_README.md b/ALL_README.md index 8938aae..152f2e7 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -1,7 +1,7 @@ # All available README files by language - [Read the README in English](README.md) -- [Lee el README en español](README_es.md) +- [Lea el README en español](README_es.md) - [Irakurri README euskaraz](README_eu.md) - [Lire le README en français](README_fr.md) - [Le o README en galego](README_gl.md) diff --git a/README.md b/README.md index d26f158..5448527 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ It shall NOT be edited by hand. Design and prototyping platform meant for cross-domain teams. Non dependent on operating systems, web based and works with open standards (SVG). Penpot invites designers all over the world to fall in love with open source while getting developers excited about the design process in return. -**Shipped version:** 2.0.2~ynh2 +**Shipped version:** 2.0.3~ynh1 ## Screenshots diff --git a/README_es.md b/README_es.md index 8d208c5..819a6dc 100644 --- a/README_es.md +++ b/README_es.md @@ -18,7 +18,7 @@ No se debe editar a mano. Design and prototyping platform meant for cross-domain teams. Non dependent on operating systems, web based and works with open standards (SVG). Penpot invites designers all over the world to fall in love with open source while getting developers excited about the design process in return. -**Versión actual:** 2.0.2~ynh2 +**Versión actual:** 2.0.3~ynh1 ## Capturas diff --git a/README_eu.md b/README_eu.md index 7f42c1d..142b35e 100644 --- a/README_eu.md +++ b/README_eu.md @@ -18,7 +18,7 @@ EZ editatu eskuz. Design and prototyping platform meant for cross-domain teams. Non dependent on operating systems, web based and works with open standards (SVG). Penpot invites designers all over the world to fall in love with open source while getting developers excited about the design process in return. -**Paketatutako bertsioa:** 2.0.2~ynh2 +**Paketatutako bertsioa:** 2.0.3~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index 900f7ff..9b59ca9 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main. Design and prototyping platform meant for cross-domain teams. Non dependent on operating systems, web based and works with open standards (SVG). Penpot invites designers all over the world to fall in love with open source while getting developers excited about the design process in return. -**Version incluse :** 2.0.2~ynh2 +**Version incluse :** 2.0.3~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index 5849469..98cde51 100644 --- a/README_gl.md +++ b/README_gl.md @@ -18,7 +18,7 @@ NON debe editarse manualmente. Design and prototyping platform meant for cross-domain teams. Non dependent on operating systems, web based and works with open standards (SVG). Penpot invites designers all over the world to fall in love with open source while getting developers excited about the design process in return. -**Versión proporcionada:** 2.0.2~ynh2 +**Versión proporcionada:** 2.0.3~ynh1 ## Capturas de pantalla diff --git a/README_zh_Hans.md b/README_zh_Hans.md index afd1e3d..3c5abfc 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -18,7 +18,7 @@ Design and prototyping platform meant for cross-domain teams. Non dependent on operating systems, web based and works with open standards (SVG). Penpot invites designers all over the world to fall in love with open source while getting developers excited about the design process in return. -**分发版本:** 2.0.2~ynh2 +**分发版本:** 2.0.3~ynh1 ## 截图 From fe957cba08ddd20489e2cabb4294a00cba266fab Mon Sep 17 00:00:00 2001 From: Mateusz <2871798+orhtej2@users.noreply.github.com> Date: Sun, 2 Jun 2024 21:35:41 +0200 Subject: [PATCH 3/3] Fixed tag sha --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 24574ac..5a9d135 100644 --- a/manifest.toml +++ b/manifest.toml @@ -45,7 +45,7 @@ ram.runtime = "50M" [resources.sources.main] url = "https://github.com/penpot/penpot/archive/refs/tags/2.0.3.tar.gz" - sha256 = "2d3407d784e64f799578c8a81a440f0f19756eb4355904fa6054a2909f9288c6" + sha256 = "8b0e05e238d1167b4d67f5a772834a98e0fd34d21c73b15a7b2407e1daa784ad" autoupdate.strategy = "latest_github_tag" [resources.sources.jdk]