diff options
Diffstat (limited to 'network/syncthing/syncthing.SlackBuild')
-rw-r--r-- | network/syncthing/syncthing.SlackBuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/network/syncthing/syncthing.SlackBuild b/network/syncthing/syncthing.SlackBuild index d812af7713b7..16b3140920aa 100644 --- a/network/syncthing/syncthing.SlackBuild +++ b/network/syncthing/syncthing.SlackBuild @@ -1,7 +1,10 @@ #!/bin/bash + # Slackware build script for syncthing + # Copyright 2015 Lionel Young, United States -# Copyright 2016 Sebastian Arcus, United Kingdom +# Copyright 2016 Sebastian Arcus, United Kingdom <s.arcus@open-t.co.uk> +# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=syncthing -VERSION=${VERSION:-1.14.0} +VERSION=${VERSION:-1.19.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |