diff options
author | Shrivatsan Sampathkumar <nastavs [at] gmail [dot] com> | 2018-01-11 23:49:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-13 07:13:01 +0700 |
commit | efdf1b87eb28bdb0fd5f8a22338a34fcb1dc5296 (patch) | |
tree | 733e660fbb6bfbfd0062a12e4d2e6c27c853a602 /misc/KeePass | |
parent | d2fa6ab0575ec0f1d549d6b9fffc045fa90c5b82 (diff) |
misc/KeePass: Updated for version 2.38.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/KeePass')
-rw-r--r-- | misc/KeePass/KeePass.SlackBuild | 4 | ||||
-rw-r--r-- | misc/KeePass/KeePass.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/KeePass/KeePass.SlackBuild b/misc/KeePass/KeePass.SlackBuild index 80e052324975..f76387f33220 100644 --- a/misc/KeePass/KeePass.SlackBuild +++ b/misc/KeePass/KeePass.SlackBuild @@ -4,7 +4,7 @@ # Based on http://slackbuilds.org/templates/autotools-template.SlackBuild # Copyright (c) 2011, Eric B. Pratt <eric.b.pratt@gmail.com> -# 2015-17, Shrivatsan Sampathkumar <nastavs@gmail.com> +# 2015-18, Shrivatsan Sampathkumar <nastavs@gmail.com> # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -19,7 +19,7 @@ # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. PRGNAM=KeePass -VERSION=${VERSION:-2.36} +VERSION=${VERSION:-2.38} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/misc/KeePass/KeePass.info b/misc/KeePass/KeePass.info index e5c751cb34ac..810c1c121b13 100644 --- a/misc/KeePass/KeePass.info +++ b/misc/KeePass/KeePass.info @@ -1,10 +1,10 @@ PRGNAM="KeePass" -VERSION="2.36" +VERSION="2.38" HOMEPAGE="https://keepass.info/" -DOWNLOAD="http://downloads.sourceforge.net/keepass/KeePass-2.36-Source.zip" -MD5SUM="71d40f3da7c295bdea3460df69aea667" +DOWNLOAD="http://downloads.sourceforge.net/keepass/KeePass-2.38-Source.zip" +MD5SUM="3d0d6fb7ac5ca4428138c89b781a9378" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="mono libgdiplus" +REQUIRES="mono" MAINTAINER="Shrivatsan Sampathkumar" EMAIL="nastavs [at] gmail [dot] com" |