syncthing: update to 1.4.1.
This commit is contained in:
parent
4df0bcff74
commit
385943573b
2 changed files with 6 additions and 2 deletions
4
srcpkgs/syncthing/files/syncthing/run
Normal file
4
srcpkgs/syncthing/files/syncthing/run
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
exec 2>&1
|
||||
exec syncthing -logflags 0 -no-restart
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'syncthing'
|
||||
pkgname=syncthing
|
||||
version=1.4.0
|
||||
version=1.4.1
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/syncthing/syncthing"
|
||||
|
@ -18,7 +18,7 @@ license="MPL-2.0"
|
|||
homepage="http://syncthing.net/"
|
||||
changelog="https://github.com/syncthing/syncthing/releases"
|
||||
distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=775b5ed0830dcac167a977478168dae54abf9fd63fc1e2b195db023c58d7dafd
|
||||
checksum=df3bac1745f1713d74c57f9514d5ca9d18c31a3e1e7e9bd59e53d860b3e80688
|
||||
|
||||
pre_build() {
|
||||
GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go
|
||||
|
|
Loading…
Reference in a new issue