From 48f15f380066e1dc28168dff8407122ed64f709d Mon Sep 17 00:00:00 2001 From: Fabian Wilkens Date: Fri, 28 Oct 2022 16:44:33 +0200 Subject: [PATCH 1/5] Update: to latest version --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index 63863ce..3c4afbc 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/georgyo/ifconfig.io/archive/0395b2024d26ffa92cede56f456e4a784c45c4de.tar.gz -SOURCE_SUM=8314375a4558d059eff6d45751c9b13429e720894a26b2b166ab0342489198e7 +SOURCE_URL=https://github.com/georgyo/ifconfig.io/archive/8373c69bf830ae6280dce9c321213cb2e527a89f.tar.gz +SOURCE_SUM=78D9D9FFA14FDDB29F36A8224A22773AA1BF752282ABAFF2AD7E4FB2BDA43BA2 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index c0720c7..5d22c23 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "description": { "en": "IP API service to get their public IP address." }, - "version": "2022.01.05~ynh3", + "version": "2022.10.21~ynh1", "url": "https://github.com/georgyo/ifconfig.io/", "upstream": { "license": "MIT", From efbeed4b14275cd78094589e5f276ec337e6afd3 Mon Sep 17 00:00:00 2001 From: Fabian Wilkens Date: Fri, 28 Oct 2022 16:46:18 +0200 Subject: [PATCH 2/5] Update: check_process --- check_process | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/check_process b/check_process index 7b947e1..1c3174d 100644 --- a/check_process +++ b/check_process @@ -15,8 +15,8 @@ setup_private=0 setup_public=1 upgrade=1 - # 2021.02.16~ynh2 - upgrade=1 from_commit=708eaeab27f4ce47036a712c7452d916c5b741a8 + # 2022.01.05~ynh3 + upgrade=1 from_commit=4980c6868671f1aef796d890b77d43ec7ecbf25f backup_restore=1 multi_instance=1 port_already_use=0 @@ -25,6 +25,6 @@ Email= Notification=none ;;; Upgrade options - ; commit=708eaeab27f4ce47036a712c7452d916c5b741a8 - name=2021.02.16~ynh2 + ; commit=4980c6868671f1aef796d890b77d43ec7ecbf25f + name=2022.01.05~ynh3 manifest_arg=domain=DOMAIN&path=PATH From 5af5df99362b4ae86f3443129e22e94455ef978b Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 28 Oct 2022 14:52:20 +0000 Subject: [PATCH 3/5] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ded5562..3331aa2 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ I used the gin framework as it does several things to ensure that there are no m Tested to handle 15,000 requests persecond on modest hardware with an average response time of 130ms. -**Shipped version:** 2022.01.05~ynh3 +**Shipped version:** 2022.10.21~ynh1 **Demo:** https://ifconfig.io ## Documentation and resources diff --git a/README_fr.md b/README_fr.md index 61b44a5..056ac8c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -22,7 +22,7 @@ I used the gin framework as it does several things to ensure that there are no m Tested to handle 15,000 requests persecond on modest hardware with an average response time of 130ms. -**Version incluse :** 2022.01.05~ynh3 +**Version incluse :** 2022.10.21~ynh1 **Démo :** https://ifconfig.io ## Documentations et ressources From 937ebd1c559d59bcc6470661f0cf61a07249eef3 Mon Sep 17 00:00:00 2001 From: Fabian Wilkens Date: Mon, 26 Dec 2022 18:43:39 +0100 Subject: [PATCH 4/5] Update to latest version --- conf/app.src | 4 ++-- manifest.json | 2 +- scripts/_common.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/app.src b/conf/app.src index 3c4afbc..9f9f787 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/georgyo/ifconfig.io/archive/8373c69bf830ae6280dce9c321213cb2e527a89f.tar.gz -SOURCE_SUM=78D9D9FFA14FDDB29F36A8224A22773AA1BF752282ABAFF2AD7E4FB2BDA43BA2 +SOURCE_URL=https://github.com/georgyo/ifconfig.io/archive/c2d3e4302166573003ce8ace4042f4a977133c31.tar.gz +SOURCE_SUM=6a51296513c890b8f13726a730aff16f2a7426ed583f18e285d27ddbc904d7ff SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 5d22c23..0b8caca 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "description": { "en": "IP API service to get their public IP address." }, - "version": "2022.10.21~ynh1", + "version": "2022.12.16~ynh1", "url": "https://github.com/georgyo/ifconfig.io/", "upstream": { "license": "MIT", diff --git a/scripts/_common.sh b/scripts/_common.sh index 76cbbab..7b12e28 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,7 +7,7 @@ # dependencies used by the app pkg_dependencies="" -GO_VERSION="1.18" +GO_VERSION="1.19" #================================================= # PERSONAL HELPERS From d38b4ac409508f66f6675c3444a9ea59a8311357 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 26 Dec 2022 17:45:04 +0000 Subject: [PATCH 5/5] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3331aa2..22bc536 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ I used the gin framework as it does several things to ensure that there are no m Tested to handle 15,000 requests persecond on modest hardware with an average response time of 130ms. -**Shipped version:** 2022.10.21~ynh1 +**Shipped version:** 2022.12.16~ynh1 **Demo:** https://ifconfig.io ## Documentation and resources diff --git a/README_fr.md b/README_fr.md index 056ac8c..0ae080d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -22,7 +22,7 @@ I used the gin framework as it does several things to ensure that there are no m Tested to handle 15,000 requests persecond on modest hardware with an average response time of 130ms. -**Version incluse :** 2022.10.21~ynh1 +**Version incluse :** 2022.12.16~ynh1 **Démo :** https://ifconfig.io ## Documentations et ressources