Integrity Check fials for some files

Steps to reproduce
1. Upload all files form newes package in new folder on server
2. Add own them, config\ to upload
3. rename new folder to folder name of old installation
4. call ownloud
5. let updgade work
6. Login
7. See integrity check faisl for files

Expected behaviour
No integrity problems as all files that are mentioned in the check are right form the frsh package

Actual behaviour
- Integrity check fails
- re-uploaded the files form package - no chnage
- deleted files on server without new upload - still the same files have the same issue although they don't even exist

Server configuration
Database: MySQL
PHP version: 5.4
ownCloud version (see ownCloud admin page): 9.1.0.15
Updated from an older ownCloud or fresh install: 9.0.1

Special configuration (external storage, external authentication, reverse proxy, server-side-encryption):
n/a

Integrity status for oC9+
s.a.

Technical information
=====================
The following list covers which files have failed the integrity check. Please read
the previous linked documentation to learn more about the errors and how to fix
them.
Results
=======
- core
	- INVALID_HASH
		- core/doc/admin/_sources/configuration_files/collaborative_documents_configuration.txt
		- core/fonts/LICENSE.txt
- files_external
	- INVALID_HASH
		- 3rdparty/Dropbox/API.php
Raw output
==========
Array
(
    [core] => Array
        (
            [INVALID_HASH] => Array
                (
                    [core/doc/admin/_sources/configuration_files/collaborative_documents_configuration.txt] => Array
                        (
                            [expected] => 251befed4a319c8e4b390b363a9bc8079b54991891204a4ff1cb551797931ba9f276903e1e5e8bde932afcb5e67d23f7939cea22e68c6bd7695e2b8ce654c5b3
                            [current] => 637ac6c02e3ef06cc19a9b465c5c0e6ae6777f9e5d5d52cae28482f350e3b348a5c3ba67ae693e95971373c326af98c27c7f04492aa836b6ab1348f7341ccb29
                        )
                    [core/fonts/LICENSE.txt] => Array
                    (
                        [expected] => 4cc5a12bfe984c0a50bf7943e2d70a948d520ef423677c77629707aace3a95aa378d205de929105d644680679e70ef2449479b360ad44896b75bafed66613272
                        [current] => 98f6b79b778f7b0a15415bd750c3a8a097d650511cb4ec8115188e115c47053fe700f578895c097051c9bc3dfb6197c2b13a15de203273e1a3218884f86e90e8
                    )

            )

    )

[files_external] => Array
    (
        [INVALID_HASH] => Array
            (
                [3rdparty/Dropbox/API.php] => Array
                    (
                        [expected] => a6866ef3ceeb26d9d4b2ccc343aeaf626c82f03e279962bc7d761a68e87e5a7916ff0bcf7a350e20889557336ed9c5dd1651cfe513fa04bb8a03cd6d8f9cc484
                        [current] => 917eed2c4f6359a4d0b8658a36404c83344b0bf72ccda614dd59f97d099b3d9ef4e86691401c64d3754c3f7e0fa163eab946a25dbc7bc65e1694ffd47a054317
                    )

            )

    )
)

Closing as a duplicate of: