diff --git a/README.md b/README.md index 6ecf0c4..4bdf383 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,8 @@ Vikunja is a self-hosted open-source to-do list application for all platforms. - CalDAV - Links -**Shipped version:** 0.18.2~ynh4 +**Shipped version:** 0.19.0~ynh1 + **Demo:** https://try.vikunja.io/login diff --git a/README_fr.md b/README_fr.md index ad13918..f09d6e8 100644 --- a/README_fr.md +++ b/README_fr.md @@ -26,7 +26,8 @@ Vikunja est une application de liste de tâches Open Source auto-hébergée pour - CalDAV - Links -**Version incluse :** 0.18.2~ynh4 +**Version incluse :** 0.19.0~ynh1 + **Démo :** https://try.vikunja.io/login diff --git a/conf/amd64.src b/conf/amd64.src index 833f81a..67f555e 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://dl.vikunja.io/api/0.18.1/vikunja-v0.18.1-linux-amd64-full -SOURCE_SUM=fd259ae3c717bea715e96d0806ac08f2bd462068277ab2b62ebee36fe946f0e2 +SOURCE_URL=https://dl.vikunja.io/api/0.19.0/vikunja-v0.19.0-linux-amd64-full +SOURCE_SUM=D005FD544862B6D01402B7AFA5CAE5A9E5E634112D90EECF6F2781DA83A7A524 SOURCE_SUM_PRG=sha256sum SOURCE_IN_SUBDIR=false SOURCE_FORMAT=zip diff --git a/conf/arm64.src b/conf/arm64.src index 3c1f538..8d89e44 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://dl.vikunja.io/api/0.18.1/vikunja-v0.18.1-linux-arm64-full -SOURCE_SUM=c54c6d70b348c1697ff8519d522f2b1e3c58ffb4401ac1f4c2e729913b392a27 +SOURCE_URL=https://dl.vikunja.io/api/0.19.0/vikunja-v0.19.0-linux-arm64-full +SOURCE_SUM=CB457F651DE3E4551F36F20389161C0407D10D9821F520357ECE5ED669311943 SOURCE_SUM_PRG=sha256sum SOURCE_IN_SUBDIR=false SOURCE_FORMAT=zip diff --git a/conf/armhf.src b/conf/armhf.src index 70c5015..991bb3d 100644 --- a/conf/armhf.src +++ b/conf/armhf.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://dl.vikunja.io/api/0.18.1/vikunja-v0.18.1-linux-arm-7-full -SOURCE_SUM=79548e506538319f8aab07a5630c3c2032906b34386a83c26d1a6cfc9993b39c +SOURCE_URL=https://dl.vikunja.io/api/0.19.0/vikunja-v0.19.0-linux-arm-7-full +SOURCE_SUM=A5B393C7900C6A77E1887A496E9A66E2762972DA76C961CA8264EF469B24177B SOURCE_SUM_PRG=sha256sum SOURCE_IN_SUBDIR=false SOURCE_FORMAT=zip diff --git a/conf/front.src b/conf/front.src index 80f5a3b..4a90b6f 100644 --- a/conf/front.src +++ b/conf/front.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://dl.vikunja.io/frontend/vikunja-frontend-0.18.2.zip -SOURCE_SUM=d2f1069f91ba660fe898d4df7efb40a35dbe743dadaa853a09c79955521ee16f +SOURCE_URL=https://dl.vikunja.io/frontend/vikunja-frontend-0.19.0.zip +SOURCE_SUM=A5D50D3DF1A06D23325DC4B61CA31E908888CC9DC6BAD1C2B348055641CDF727 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false diff --git a/conf/i386.src b/conf/i386.src index 01693c6..194a3ee 100644 --- a/conf/i386.src +++ b/conf/i386.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://dl.vikunja.io/api/0.18.1/vikunja-v0.18.1-linux-386-full -SOURCE_SUM=c6f3df58094e934e4e59d1afece8cfa5ea9696983be1a6225b4e4e8f57b0afd1 +SOURCE_URL=https://dl.vikunja.io/api/0.19.0/vikunja-v0.19.0-linux-386-full +SOURCE_SUM=66C21ED000B084B9268E2A0783BE49EC982782F9417050D38683D979555F6E95 SOURCE_SUM_PRG=sha256sum SOURCE_IN_SUBDIR=false SOURCE_FORMAT=zip diff --git a/conf/nginx.conf b/conf/nginx.conf index 702f78d..a11bfb8 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,7 +1,7 @@ location / { # Path to source - alias __FINALPATH__/ ; + alias __FINALPATH__/; try_files $uri $uri/ /; diff --git a/manifest.json b/manifest.json index 7f2bcc3..c857961 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Self-hosted To-Do list application", "fr": "Application de liste de tâches auto-hébergée" }, - "version": "0.18.2~ynh4", + "version": "0.19.0~ynh1", "url": "https://vikunja.io/", "upstream": { "license": "GPL-3.0", diff --git a/scripts/_common.sh b/scripts/_common.sh index 4d4651e..b99d9d1 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="postgresql apt-transport-https" +pkg_dependencies="postgresql" #================================================= # PERSONAL HELPERS