After building the new repository with cygwin I got an error in the Arduino IDE when I try to install the package (esp8266-71347b8) with following message:
java.lang.RuntimeException: java.lang.NullPointerException
    at cc.arduino.contributions.packages.ui.ContributionManagerUI$4.run(ContributionManagerUI.java:182)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
    at java.io.File.<init>(File.java:360)
    at cc.arduino.contributions.packages.ContributionInstaller.install(ContributionInstaller.java:154)
    at cc.arduino.contributions.packages.ui.ContributionManagerUI$4.run(ContributionManagerUI.java:176)
I removed \Users[user_name]\AppData\Roaming\Arduino15 without success.
At the moment I am back on staging version.