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