diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2015-01-10 21:55:52 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-10 21:55:52 +0700 |
commit | 203225fe5f27c94b14da84ff0c0f26e35a95ad0a (patch) | |
tree | 342811fa2797b8bd2be66031a80c07cca1629e25 /system/profile-sync-daemon/profile-sync-daemon.SlackBuild | |
parent | 0855ebd0022b6f7ec14cbf348c5b84a231490342 (diff) |
system/profile-sync-daemon: Updated for version 5.61.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/profile-sync-daemon/profile-sync-daemon.SlackBuild')
-rw-r--r-- | system/profile-sync-daemon/profile-sync-daemon.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/system/profile-sync-daemon/profile-sync-daemon.SlackBuild b/system/profile-sync-daemon/profile-sync-daemon.SlackBuild index 940d7cc52c820..0bd5156894988 100644 --- a/system/profile-sync-daemon/profile-sync-daemon.SlackBuild +++ b/system/profile-sync-daemon/profile-sync-daemon.SlackBuild @@ -1,7 +1,8 @@ #!/bin/sh -# SlackBuild script for "profile-sync-daemon". -# Copyright 2014 Marcel Saegebarth <marc@mos6581.de> +# Slackware build script for "profile-sync-daemon". + +# Copyright 2014-2015 Marcel Saegebarth <marc@mos6581.de> # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -24,7 +25,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=profile-sync-daemon -VERSION=${VERSION:-5.60.1} +VERSION=${VERSION:-5.61} ARCH=noarch BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |