Skip to content

Commit 22c8e99

Browse files
committed
Releasing v0.14.7
1 parent e3001d3 commit 22c8e99

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,28 @@
33
## RPM Install
44

55
```
6-
yum install https://github.com/mlazarov/syncthing-centos/releases/download/v0.13.1/syncthing-0.13.1-0.el7.centos.x86_64.rpm
6+
yum install https://github.com/mlazarov/syncthing-centos/releases/download/v0.14.7/syncthing-0.14.7-0.el7.centos.x86_64.rpm
77
```
88

99

1010
## RPM Build
1111

12-
1312
#### Install rpmbuild requirements
1413

1514
```
1615
yum install -y yum-utils vim rpm-build rpmdevtools redhat-rpm-config make gcc gcc-c++ git
1716
```
1817

19-
2018
### Clone the repo and build rpm package
2119

2220
```
2321
cd ~
2422
git clone https://github.com/mlazarov/syncthing-centos.git rpmbuild/
2523
mkdir -p ~/rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS}
2624
echo '%_topdir %(echo $HOME)/rpmbuild' > ~/.rpmmacros
27-
cd rpmbuild/SPECS/
25+
cd ~/rpmbuild/SOURCES/
26+
wget https://github.com/syncthing/syncthing/releases/download/v0.14.7/syncthing-linux-amd64-v0.14.7.tar.gz
27+
cd ~/rpmbuild/SPECS/
2828
rpmbuild -bb syncthing.spec
2929
```
3030

0 commit comments

Comments
 (0)