From 11f17b9f22d07f27813b9fc97e9ff76e4638304f Mon Sep 17 00:00:00 2001 From: Mateusz <2871798+orhtej2@users.noreply.github.com> Date: Sat, 20 Apr 2024 14:35:29 +0200 Subject: [PATCH 1/4] Upgrade to 2.0.2 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 119ebec..a455dd7 100644 --- a/manifest.toml +++ b/manifest.toml @@ -6,7 +6,7 @@ name = "Penpot" description.en = "Design and prototyping platform" description.fr = "Plateforme de conception et de prototypage" -version = "2.0.0~ynh3" +version = "2.0.2~ynh1" maintainers = ["orhtej2"] @@ -42,8 +42,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/penpot/penpot/archive/refs/tags/2.0.0.tar.gz" - sha256 = "133fc088b2e194ffdd3a9816c7fabcf9630699157ce28a242c81cb6283de6af6" + url = "https://github.com/penpot/penpot/archive/refs/tags/2.0.2.tar.gz" + sha256 = "52b3e81d2032055f3d845e2e6db03ba266d159532939e26347ba340f20515337" autoupdate.strategy = "latest_github_tag" [resources.sources.jdk] From 9e8727778e21f4c947dba946cc874f738c6b2020 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 20 Apr 2024 12:35:33 +0000 Subject: [PATCH 2/4] Auto-update READMEs --- README.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8652442..75b21fc 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.0~ynh3 +**Shipped version:** 2.0.2~ynh1 ## Screenshots diff --git a/README_eu.md b/README_eu.md index 78c56ce..582c042 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.0~ynh3 +**Paketatutako bertsioa:** 2.0.2~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index 3742b02..55c96ce 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.0~ynh3 +**Version incluse :** 2.0.2~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index b1a4657..45f8dbd 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.0~ynh3 +**Versión proporcionada:** 2.0.2~ynh1 ## Capturas de pantalla diff --git a/README_zh_Hans.md b/README_zh_Hans.md index bea0232..c0d9999 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.0~ynh3 +**分发版本:** 2.0.2~ynh1 ## 截图 From f9144dad45a2987a38d867d786cee2b1879db455 Mon Sep 17 00:00:00 2001 From: Mateusz <2871798+orhtej2@users.noreply.github.com> Date: Sat, 20 Apr 2024 14:38:01 +0200 Subject: [PATCH 3/4] Update _common.sh --- scripts/_common.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 3963cfd..767abf6 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,9 +4,9 @@ # COMMON VARIABLES #================================================= -nodejs_version=20 -current_hash="41cdd245" -version="2.0.0-10698-g41cdd245" +nodejs_version=21 +current_hash="380c77a" +version="2.0.2-10698-g380c77a" build_date="Mon, 18 Sep 2023 09:14:03 +0000" #================================================= @@ -49,4 +49,4 @@ ynh_redis_get_free_db() { ynh_redis_remove_db() { local db=$1 redis-cli -n "$db" flushall -} \ No newline at end of file +} From 4b0f0d53be842483c84fb349eaf3b0828ad55083 Mon Sep 17 00:00:00 2001 From: Mateusz <2871798+orhtej2@users.noreply.github.com> Date: Sat, 20 Apr 2024 14:39:03 +0200 Subject: [PATCH 4/4] Update _common.sh --- scripts/_common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 767abf6..22e0813 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,8 +5,8 @@ #================================================= nodejs_version=21 -current_hash="380c77a" -version="2.0.2-10698-g380c77a" +current_hash="380c77a7" +version="2.0.2-10698-g380c77a7" build_date="Mon, 18 Sep 2023 09:14:03 +0000" #=================================================