mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 11:52:56 +02:00
syncthing: update to 0.14.50.
This commit is contained in:
parent
c8671f0752
commit
191248253e
1 changed files with 7 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'syncthing'
|
# Template file for 'syncthing'
|
||||||
pkgname=syncthing
|
pkgname=syncthing
|
||||||
version=0.14.49
|
version=0.14.50
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/syncthing/syncthing"
|
go_import_path="github.com/syncthing/syncthing"
|
||||||
go_package="${go_import_path}/cmd/strelaysrv ${go_import_path}/cmd/syncthing"
|
go_package="${go_import_path}/cmd/strelaysrv ${go_import_path}/cmd/syncthing"
|
||||||
|
@ -9,10 +9,11 @@ go_build_tags="noupgrade"
|
||||||
go_ldflags="-X main.Version=v${version}"
|
go_ldflags="-X main.Version=v${version}"
|
||||||
short_desc="Open Source Continuous File Synchronization"
|
short_desc="Open Source Continuous File Synchronization"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||||
license="MPLv2"
|
license="MPL-2.0"
|
||||||
|
#changelog="https://github.com/syncthing/syncthing/releases"
|
||||||
homepage="http://syncthing.net/"
|
homepage="http://syncthing.net/"
|
||||||
distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/syncthing/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=6af41f4acda85a49eb84faebea9f7eec1cd309f2a6ed97fca9b0b79a88b494ce
|
checksum=3ff9af7393bbeed6f92b04ae3243e4be688037510d83145d5306c619eb90ae42
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go
|
GOARCH= go run script/genassets.go gui > ./lib/auto/gui.files.go
|
||||||
|
@ -32,8 +33,8 @@ syncthing-relaysrv_package() {
|
||||||
relaysrv_homedir="/var/lib/relaysrv"
|
relaysrv_homedir="/var/lib/relaysrv"
|
||||||
|
|
||||||
make_dirs="
|
make_dirs="
|
||||||
/var/log/relaysrv 700 root root
|
/var/log/relaysrv 700 root root
|
||||||
/var/lib/relaysrv 700 relaysrv relaysrv"
|
/var/lib/relaysrv 700 relaysrv relaysrv"
|
||||||
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/strelaysrv
|
vmove usr/bin/strelaysrv
|
||||||
|
|
Loading…
Add table
Reference in a new issue