diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,9 +1,9 @@ name : syncthing -version : 0.14.41 -release : 32 +version : 0.14.43 +release : 33 homepage : https://syncthing.net source : - - https://github.com/syncthing/syncthing/releases/download/v0.14.41/syncthing-source-v0.14.41.tar.gz : 0a7d3c260f5cc8071cf880923d3dc59d3e9163cdd402c169058be59700cd2ad2 + - https://github.com/syncthing/syncthing/releases/download/v0.14.43/syncthing-source-v0.14.43.tar.gz : bb0250e0bafce690a8ce3f43f0ab8349874ac1c8f3cdc224ed5d0110099bbd9c license : MPL-2.0 extract : no component : network.util @@ -30,8 +30,8 @@ cd man install -Dm0644 syncthing.1 $installdir/usr/share/man/man1/syncthing.1 for file in $(find . -name '*.5' -print); do - install -Dm0644 $file $installdir/usr/share/man/man5/$file + install -Dm00644 $file $installdir/usr/share/man/man5/$file done for file in $(find . -name '*.7' -print); do - install -Dm644 $file $installdir/usr/share/man/man7/$file + install -Dm00644 $file $installdir/usr/share/man/man7/$file done diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -27,12 +27,12 @@ - - 2017-12-05 - 0.14.41 + + 2018-01-09 + 0.14.43 Packaging update Pierre-Yves pyu@riseup.net \ No newline at end of file