1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kimai2_ynh.git synced 2024-09-03 19:26:26 +02:00
This commit is contained in:
ericgaspar 2022-04-21 11:00:40 +02:00
parent 9820f516a2
commit a92d35e1db
No known key found for this signature in database
GPG key ID: 574F281483054D44
4 changed files with 8 additions and 12 deletions

View file

@ -12,10 +12,8 @@
setup_private=1
setup_public=1
upgrade=1
# 1.9~ynh1
upgrade=1 from_commit=22580412fae14859f661c1f9b54a3131a60c9323
# 1.11.1~ynh1
upgrade=1 from_commit=f26285511a167a1ed591a7fa96ae786ea89efb1e
# 1.17.1~ynh1
upgrade=1 from_commit=6b3ab38a5bf6aa48aaef23254381e8063839598b
backup_restore=1
multi_instance=1
port_already_use=0
@ -24,7 +22,5 @@
Email=anmol@datamol.org
Notification=change
;;; Upgrade options
; commit=22580412fae14859f661c1f9b54a3131a60c9323
name=1.9~ynh1
; commit=f26285511a167a1ed591a7fa96ae786ea89efb1e
name=1.11.1~ynh1
; commit=6b3ab38a5bf6aa48aaef23254381e8063839598b
name=1.11.1~ynh1 #45

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/kevinpapst/kimai2/archive/1.18.2.tar.gz
SOURCE_SUM=76e9f5fa19a6416d794c82419926adfadae365d838f46df7f8455ab9a4bc8849
SOURCE_URL=https://github.com/kevinpapst/kimai2/archive/1.19.4.tar.gz
SOURCE_SUM=df14c037639f4002a52268ef157fcccbfd3ccec8d6cf0dc247df56f6b36f2848
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -8,7 +8,7 @@
"de": "Web-basierte Mehrbenutzer-Zeiterfassung mit Rechnungsdruck mit Unterstützung für mobile Endgeräte",
"cs": "Víceuživatelská webová aplikace pro sledování času s podporou mobilních zařízení"
},
"version": "1.18.2~ynh1",
"version": "1.19.4~ynh1",
"url": "https://www.kimai.org",
"upstream": {
"license": "MIT",

View file

@ -6,7 +6,7 @@
YNH_PHP_VERSION="8.0"
YNH_COMPOSER_VERSION="2.2.7"
YNH_COMPOSER_VERSION="2.3.3"
pkg_dependencies="php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-intl php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-pdo php${YNH_PHP_VERSION}-zip php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-xsl php${YNH_PHP_VERSION}-ldap php${YNH_PHP_VERSION}-mysql"