mirror of
https://github.com/YunoHost-Apps/redmine_ynh.git
synced 2024-09-03 20:16:16 +02:00
Fix bullseye
This commit is contained in:
parent
6277cb3c4f
commit
380a5e69d1
3 changed files with 5 additions and 4 deletions
|
@ -11,7 +11,8 @@
|
|||
setup_private=1
|
||||
setup_public=1
|
||||
upgrade=1
|
||||
#upgrade=1 from_commit=CommitHash
|
||||
# 4.2.4~ynh1
|
||||
upgrade=1 from_commit=6277cb3c4fa367d87b83895961f7733a7a278fe1
|
||||
backup_restore=1
|
||||
multi_instance=1
|
||||
port_already_use=0
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://www.redmine.org/releases/redmine-4.2.4.tar.gz
|
||||
SOURCE_SUM=cf649f5d4ff783582f82bebd4a5099ef63acb3d5573bbe6b4bf64f293c61c9ce
|
||||
SOURCE_URL=https://github.com/redmine/redmine/archive/refs/tags/4.2.4.tar.gz
|
||||
SOURCE_SUM=c6214ef1279eecfdead9104fe032ccc07fc66dda4106c3dceb475d29795fa6ac
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "A flexible project management web application.",
|
||||
"fr": "Un gestionnaire de projet flexible sous forme d'application web."
|
||||
},
|
||||
"version": "4.2.4~ynh1",
|
||||
"version": "4.2.4~ynh2",
|
||||
"url": "https://www.redmine.org/",
|
||||
"upstream": {
|
||||
"license": "GPL-2.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue