diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,11 +1,10 @@
name : syncthing
-version : 0.14.54
-release : 43
+version : 1.0.0
+release : 44
homepage : https://syncthing.net
source :
- - https://github.com/syncthing/syncthing/releases/download/v0.14.54/syncthing-source-v0.14.54.tar.gz : d97cf142bbb64b5f7801bdbb36e092d5b117e0e3ca09e2eba2c8c3acf964d2dd
+ - https://github.com/syncthing/syncthing/releases/download/v1.0.0/syncthing-source-v1.0.0.tar.gz : 27435f9ef7c276736ec16781ad6b27fecb28053b8ffb16e0bae40c1e9bb62225
license : MPL-2.0
-extract : no
component : network.util
summary : Syncthing is an open-source file synchronization client/server application
description: |
@@ -13,15 +12,8 @@
builddeps :
- golang
build : |
- export GOPATH="${workdir}" GOROOT_FINAL="/usr/bin"
- export syncdir="${workdir}/src/github.com/syncthing/"
- mkdir -p $syncdir
- tar -xf $sources/syncthing-source-v${version}.tar.gz -C $syncdir
- cd $syncdir/syncthing
go run build.go -no-upgrade -version v${version} build
install : |
- export syncdir="${workdir}/src/github.com/syncthing/"
- cd $syncdir/syncthing
# Install binaries and other stuff
install -Dm00755 syncthing $installdir/usr/bin/syncthing
install -Dm00644 etc/linux-systemd/system/syncthing@.service $installdir/%libdir%/systemd/system/syncthing@.service
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -3,8 +3,8 @@
syncthing
https://syncthing.net
- Jarno Turkki
- watpi@posteo.net
+ Silke Hofstra
+ silke@slxh.eu
MPL-2.0
network.util
@@ -49,12 +49,12 @@
-
- 2018-12-06
- 0.14.54
+
+ 2019-01-02
+ 1.0.0
Packaging update
- Jarno Turkki
- watpi@posteo.net
+ Silke Hofstra
+ silke@slxh.eu
\ No newline at end of file