mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
Fix upgrade
This commit is contained in:
parent
95ea146b23
commit
3eda545999
2 changed files with 7 additions and 4 deletions
|
@ -12,11 +12,14 @@
|
|||
setup_private=1
|
||||
setup_public=1
|
||||
upgrade=1
|
||||
# 0.5.3ynh1
|
||||
upgrade=1 from_commit=ac72525a476648c6ccc9d9b52d68fdbd638b1d31
|
||||
# 0.5.4ynh1
|
||||
upgrade=1 from_commit=2292d0d68f5ba9e48f4cbb6105db64b4da4eba74
|
||||
backup_restore=1
|
||||
multi_instance=0
|
||||
change_url=0
|
||||
;;; Options
|
||||
Email=oufmilo@protonmail.com
|
||||
Notification=all
|
||||
;;; Upgrade options
|
||||
; commit=2292d0d68f5ba9e48f4cbb6105db64b4da4eba74
|
||||
name=0.5.4~ynh1
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/bookwyrm-social/bookwyrm/archive/refs/tags/v0.5.4.tar.gz
|
||||
SOURCE_SUM=593D257E5DB8518A6204B8E3A0D212A2844F0091C7FF403D89D7CBC01C8066B0
|
||||
SOURCE_URL=https://github.com/bookwyrm-social/bookwyrm/archive/refs/tags/v0.5.3.tar.gz
|
||||
SOURCE_SUM=41E263369BB3E0ED23AF6D6E112BD35EDE082BD5BECFE1BE9BBA152E47EE4E86
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
Loading…
Add table
Reference in a new issue