Yes they both have the md5sum - 23853505b916bf9457fcc779755f5737.
I have downloaded the source code, and tried to find the compare function, but I am not into C++ so it is rather difficult for me.
Best regards
P. Hansen
I have discovered the issue when I was going through several disks which has been used as backup. This meant that a lot of directories appeared a number of times. The file in question is arduino-1.0.1-windows.zip, but I have encountered the issue on other files. I can make a list if you wish.
Best regards
P. Hansen
I may have found the reason. I should have used the stat command in Terminal to display the file properties. You wont see these details using the ls, diff or cmp command. As you notice, there is a 2 second time difference in the last modified time. I don’t know how this happened because I am certain that the files originates from the same source. But somewhere in the multiple backup/copy processes I have made on different OS and file systems, something did change.
hansen@PC01:~/Desktop/Arduino$ stat arduino-1.0.1-windows.zip
File: ‘arduino-1.0.1-windows.zip’
Size: 90663176 Blocks: 177080 IO Block: 4096 regular file
Device: 812h/2066d Inode: 10764288 Links: 1
Access: (0600/-rw-------) Uid: ( 1000/ hansen) Gid: ( 1000/ hansen)
Access: 2016-03-22 23:25:36.610148816 +0100
Modify: 2012-09-27 18:40:42.000000000 +0200
Change: 2016-03-20 14:14:17.675003894 +0100
hansen@PC01:~/Desktop/Arduino_s$
stat arduino-1.0.1-windows.zip
File: ‘arduino-1.0.1-windows.zip’
Size: 90663176 Blocks: 177088 IO Block: 4096 regular file
Device: 812h/2066d Inode: 14027055 Links: 1
Access: (0600/-rw-------) Uid: ( 1000/ hansen) Gid: ( 1000/ hansen)
Access: 2016-03-22 23:22:35.542148730 +0100
Modify: 2012-09-27 18:40:40.781250000 +0200
Change: 2016-03-20 14:14:34.883003991 +0100
Please excuse me for my poor knowledge of Ubuntu and thank you for your time.
Best regards
P. Hansen