diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index a7484cf..4d51a3a 100644 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -10,7 +10,7 @@ # automatic actions when a new upstream release is detected. # Remove this exit command when you are ready to run this Action -#exit 1 +exit 1 #================================================= # FETCHING LATEST RELEASE AND ITS ASSETS diff --git a/conf/api.src b/conf/api.src index 48f9550..d9f9321 100644 --- a/conf/api.src +++ b/conf/api.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://dl.vikunja.io/api/0.17.1/vikunja-unstable-amd64.deb -SOURCE_SUM=0c24a28ddfa3e185761177e088c328fead721f321e2a5c1adfaaa6486717fefc +SOURCE_URL=https://dl.vikunja.io/api/0.18.1/vikunja-unstable-amd64.deb +SOURCE_SUM=3bf5d1109727b37b461840e0bc8b60dc86dc569655551e6485c8dbe7b6de5ddb SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=deb SOURCE_IN_SUBDIR=true diff --git a/conf/front.src b/conf/front.src index bb8fe0f..c9d3457 100644 --- a/conf/front.src +++ b/conf/front.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://dl.vikunja.io/frontend/vikunja-frontend-0.17.0.zip -SOURCE_SUM=2d460109d1300ccc2116e2084669ebb5037d0a168467215b22d331876ec7e576 +SOURCE_URL=https://dl.vikunja.io/frontend/vikunja-frontend-0.18.1.zip +SOURCE_SUM=bb85c0e89aa7fa9d89d2c07629a6f0658fe517065a91912f51487f7a7ae1b4de SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false diff --git a/manifest.json b/manifest.json index ee30e77..2a70716 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.17.1~ynh3", + "version": "0.18.1~ynh1", "url": "https://vikunja.io/", "upstream": { "license": "GPL-3.0",