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 | |
parent | 0855ebd0022b6f7ec14cbf348c5b84a231490342 (diff) | |
download | slackbuilds-203225fe5f27c94b14da84ff0c0f26e35a95ad0a.tar.gz |
system/profile-sync-daemon: Updated for version 5.61.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/profile-sync-daemon/profile-sync-daemon.SlackBuild | 7 | ||||
-rw-r--r-- | system/profile-sync-daemon/profile-sync-daemon.info | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/system/profile-sync-daemon/profile-sync-daemon.SlackBuild b/system/profile-sync-daemon/profile-sync-daemon.SlackBuild index 940d7cc52c..0bd5156894 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} diff --git a/system/profile-sync-daemon/profile-sync-daemon.info b/system/profile-sync-daemon/profile-sync-daemon.info index 820ac893ba..83db30bea2 100644 --- a/system/profile-sync-daemon/profile-sync-daemon.info +++ b/system/profile-sync-daemon/profile-sync-daemon.info @@ -1,8 +1,8 @@ PRGNAM="profile-sync-daemon" -VERSION="5.60.1" +VERSION="5.61" HOMEPAGE="https://github.com/graysky2/profile-sync-daemon/" -DOWNLOAD="https://github.com/graysky2/profile-sync-daemon/archive/v5.60.1.tar.gz" -MD5SUM="3806c97feda84ca9fcd6ff47339438c5" +DOWNLOAD="https://github.com/graysky2/profile-sync-daemon/archive/v5.61.tar.gz" +MD5SUM="ce3607105ad9baa6d7b205b40bf42799" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |