diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..93f4d38 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2017-2018 Kevin Papst + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index 8330d8c..cb98a9d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Integration level](https://dash.yunohost.org/integration/kimai2.svg)](https://ci-apps.yunohost.org/jenkins/job/kimai2%20%28Community%29/lastBuild/consoleFull) [![Install kimai2 with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=kimai2)
-Shipped Version: **0.5 (pre-release)** +Shipped Version: **0.6 (pre-release)** **Please note that this app will install PHP 7.2** diff --git a/conf/app.src b/conf/app.src index e561fcc..97d3a8e 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/kevinpapst/kimai2/archive/0.5.tar.gz -SOURCE_SUM=da51150b90c7aa2ab3634dc7768c12875a30bbbc63262bba4bc0881d6b7f2c87 +SOURCE_URL=https://github.com/kevinpapst/kimai2/archive/0.6.tar.gz +SOURCE_SUM=68165aefeee798f6812d2a451235d937977b0434ea17b2a8624a463eec66e7c2 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index c38bb39..39391b1 100644 --- a/manifest.json +++ b/manifest.json @@ -3,13 +3,13 @@ "id": "kimai2", "packaging_format": 1, "description": { - "en": "Kimai2 package for YunoHost.", + "en": "Kimai v2 is web based Timetracker: multi-user application for time-tracking", "fr": "Kimai2 de package d’application pour YunoHost.", "de": "Kimai 2 Paket für YunoHost." }, - "version": "0.5", + "version": "0.6", "url": "https://v2.kimai.org", - "license": "free", + "license": "MIT", "maintainer": { "name": "Anmol Sharma", "email": "anmol@datamol.org", diff --git a/scripts/restore b/scripts/restore index 712e76b..be5b614 100755 --- a/scripts/restore +++ b/scripts/restore @@ -112,4 +112,4 @@ if [ "$(lsb_release --codename --short)" == "jessie" ]; then update-alternatives --set php /usr/bin/php5 else update-alternatives --set php /usr/bin/php7.0 -fi +fi