Skip to content
Snippets Groups Projects
Commit 4d1ff33f authored by Martin Wimpress's avatar Martin Wimpress
Browse files

- New upstream release.

parent 2eacdc56
No related branches found
Tags 0.8.16-1
No related merge requests found
......@@ -6,8 +6,8 @@
_pkgstamp=$(date +%s)
pkgname=syncthing
pkgver=0.8.15
pkgrel=2
pkgver=0.8.16
pkgrel=1
pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
url="http://syncthing.net/"
license=('MIT')
......@@ -17,7 +17,7 @@ makedepends=('go' 'godep' 'inetutils' 'sed')
source=("https://github.com/calmh/${pkgname}/archive/v${pkgver}.tar.gz"
"syncthing@.service"
"syncthing.1")
sha1sums=('2fa7f943e545a753619ec7a1fa6de3e8555619d3'
sha1sums=('62ed3ac4f01546bba743e223dd98a2af8f67ca2b'
'204cad3823306c793a14a17a23220e26199160d4'
'17be8b3f99c577e325765abc251f597e204d7711')
install=${pkgname}.install
......
post_install() {
cat << EOF
WebGUI can be accessed at http://localhost:8080
Execute the following to reload systemd modules.
systemctl daemon-reload
To start and/or enable syncthing execute the the following,
To start and/or enable syncthing execute the following,
replacing 'user' with your username.
systemctl start syncthing@user
systemctl enable syncthing@user
EOF
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment