From 385943573b3f3a73895c52a7a98487be8df7d8b0 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 7 Apr 2020 12:50:29 +0200 Subject: [PATCH] syncthing: update to 1.4.1. --- srcpkgs/syncthing/files/syncthing/run | 4 ++++ srcpkgs/syncthing/template | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/syncthing/files/syncthing/run diff --git a/srcpkgs/syncthing/files/syncthing/run b/srcpkgs/syncthing/files/syncthing/run new file mode 100644 index 00000000000..a0add9587f7 --- /dev/null +++ b/srcpkgs/syncthing/files/syncthing/run @@ -0,0 +1,4 @@ +#!/bin/sh + +exec 2>&1 +exec syncthing -logflags 0 -no-restart diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 62bfa27fca5..39e8a4c84e4 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -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