Problem with Integrity check - files not found

I raised my issue already here: https://github.com/owncloud/core/issues/27876

When I open my owcloud page I get a warning for failed integrity check:

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
		- updater/.travis.yml
		- updater/src/Utils/Locator.php

Raw output
==========
Array
(
    [core] => Array
        (
            [INVALID_HASH] => Array
                (
                    [updater/.travis.yml] => Array
                        (
                            [expected] => 864555a5554f0a09d628a63d088dbe041e2acc7a414603a7070d7a4992391b90f97435164a29179e14dbb55b682d4922a57f6c7a957034251839966c6d5adbf3
                            [current] => e692491c6a85a5fad5c1c9f9bb1809d4fa279d4d0a371e7859e0b30a5b24685cb49f309f12d47d388ce17a4d651d02cadd4aa562fa68ef59e84680e4f7835512
                        )

                    [updater/src/Utils/Locator.php] => Array
                        (
                            [expected] => 8c3ef11c951855de8071c74f6a15b75f194ebca6ad42b3895d64ffe36d74c9637b2d60183d6ac85f0b862d6a0f6854b69b7fe9fdd79ce76e0f96faf6510e454b
                            [current] => a65b19916ffcb0713507e149e73890e2f73f25c2a8fbfef73407baee2a0db960dab93f12e746ff9121b2064a6ef3da242f52031b874b8b26e3d3f8d2bc6c20fd
                        )

                )

        )

)

I downloaded application from https://github.com/owncloud/core/archive/v9.1.5.zip
After extracting, I search entire structure for file 'Locator.php' but it does not exist. File '.travis.yml' exist but completely different to file on server.

How can I correct these files? Do I have to wipe the application from server and install it from scratch?

My owncloud version is 9.1.5

Best Regards
Wernfried

In this case this is the wrong archive you're trying to use here. The correct one containing the files you need is:

https://download.owncloud.org/community/owncloud-9.1.5.tar.bz2

Thank you, now integrity check was successful. But it is not so obvious to find the correct files.

Another question, according https://owncloud.org/install/# the latest stable version is 10.0.0
I am using 9.1.5 - why does it not update automatically? Last time the update was installed automatically. Update channel is set to "stable".

Best Regards

Because of:

This channel delivers the latest feature releases ready for home users at minimal risk.

-> https://owncloud.org/release-channels/