1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kimai2_ynh.git synced 2024-09-03 19:26:26 +02:00

Updated to version 0.5

This commit is contained in:
anmol26s 2018-10-06 22:49:29 +05:30
parent 515353dc96
commit 8700da4806
4 changed files with 5 additions and 13 deletions

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/kevinpapst/kimai2/archive/0.4.tar.gz SOURCE_URL=https://github.com/kevinpapst/kimai2/archive/0.5.tar.gz
SOURCE_SUM=2bfe446b5aeca3facfc2903cad4ca33fe04e8e71e45c1ecfe31669b08d31afe1 SOURCE_SUM=da51150b90c7aa2ab3634dc7768c12875a30bbbc63262bba4bc0881d6b7f2c87
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -400,3 +400,5 @@ max_execution_time = 600
; max_input_time = 300 ; max_input_time = 300
; memory_limit = 256M ; memory_limit = 256M
; short_open_tag = On ; short_open_tag = On

View file

@ -1,10 +0,0 @@
; Common values to change to increase file upload limit
upload_max_filesize = 8M
post_max_size = 8M
; mail.add_x_header = Off
; Other common parameters
max_execution_time = 600
; max_input_time = 300
; memory_limit = 256M
; short_open_tag = On

View file

@ -77,7 +77,7 @@ ynh_install_php7
# Download, check integrity, uncompress and patch the source from app.src and do required installation for update # Download, check integrity, uncompress and patch the source from app.src and do required installation for update
#version check for 0.3 #version check for 0.3
version=`sed -n 's/^future-release=//p' /var/www/kimai2/.github_changelog_generator` version=`cd /var/www/$app && bin/console kimai:version --short 2> /dev/null || sed -n 's/^future-release=//p' .github_changelog_generator`
# Uncompress latest sources # Uncompress latest sources
ynh_setup_source "$final_path" ynh_setup_source "$final_path"