mirror of
https://abf.rosa.ru/djam/syncthing.git
synced 2025-02-24 00:42:55 +00:00
Update to 1.4.0
This commit is contained in:
parent
05ed632770
commit
45641c30ba
3 changed files with 5 additions and 4 deletions
1
.abf.yml
1
.abf.yml
|
@ -1,2 +1,3 @@
|
|||
sources:
|
||||
syncthing-1.4.0.tar.gz: d800c1bc7da9d8db831f8c31b59e4abc63d2f172
|
||||
syncthing-source-v1.3.0.tar.gz: 3034b64191fc6fca6ad407551ca5ce6c1a50d579
|
||||
|
|
|
@ -11,12 +11,12 @@
|
|||
%endif
|
||||
|
||||
Name: syncthing
|
||||
Version: 1.3.0
|
||||
Version: 1.4.0
|
||||
Release: 1
|
||||
Summary: Syncthing
|
||||
License: MIT
|
||||
URL: http://syncthing.net/
|
||||
Source0: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-source-v%{version}.tar.gz
|
||||
Source0: https://github.com/syncthing/syncthing/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: syncthing@.service
|
||||
Source10: %{name}
|
||||
Group: Networking/Other
|
||||
|
@ -40,7 +40,7 @@ transmitted over the Internet.
|
|||
Using syncthing, that control is returned to you.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
./build.sh
|
||||
|
|
|
@ -5,7 +5,7 @@ Description=Syncthing
|
|||
Type=simple
|
||||
User=%I
|
||||
Environment=STNORESTART=yes
|
||||
ExecStart=/usr/bin/syncthing
|
||||
ExecStart=/usr/bin/syncthing -no-browser -no-restart -logflags=0
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Add table
Reference in a new issue