1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vikunja_ynh.git synced 2024-09-03 18:06:26 +02:00
This commit is contained in:
ericgaspar 2021-09-16 10:26:40 +02:00
parent 7bee4be65e
commit 3057c84a29
No known key found for this signature in database
GPG key ID: 574F281483054D44
4 changed files with 6 additions and 6 deletions

View file

@ -10,7 +10,7 @@
# automatic actions when a new upstream release is detected. # automatic actions when a new upstream release is detected.
# Remove this exit command when you are ready to run this Action # Remove this exit command when you are ready to run this Action
#exit 1 exit 1
#================================================= #=================================================
# FETCHING LATEST RELEASE AND ITS ASSETS # FETCHING LATEST RELEASE AND ITS ASSETS

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://dl.vikunja.io/api/0.17.1/vikunja-unstable-amd64.deb SOURCE_URL=https://dl.vikunja.io/api/0.18.1/vikunja-unstable-amd64.deb
SOURCE_SUM=0c24a28ddfa3e185761177e088c328fead721f321e2a5c1adfaaa6486717fefc SOURCE_SUM=3bf5d1109727b37b461840e0bc8b60dc86dc569655551e6485c8dbe7b6de5ddb
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=deb SOURCE_FORMAT=deb
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://dl.vikunja.io/frontend/vikunja-frontend-0.17.0.zip SOURCE_URL=https://dl.vikunja.io/frontend/vikunja-frontend-0.18.1.zip
SOURCE_SUM=2d460109d1300ccc2116e2084669ebb5037d0a168467215b22d331876ec7e576 SOURCE_SUM=bb85c0e89aa7fa9d89d2c07629a6f0658fe517065a91912f51487f7a7ae1b4de
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=false SOURCE_IN_SUBDIR=false

View file

@ -6,7 +6,7 @@
"en": "Self-hosted To-Do list application", "en": "Self-hosted To-Do list application",
"fr": "Application de liste de tâches auto-hébergée" "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/", "url": "https://vikunja.io/",
"upstream": { "upstream": {
"license": "GPL-3.0", "license": "GPL-3.0",