summaryrefslogtreecommitdiffstats
path: root/deps/gpgme/gpgme.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-07-11 23:51:51 +0200
committer Eric Hameleers <alien@slackware.com>2019-07-11 23:51:51 +0200
commitee9ede434f07e220655e03a84da4aec7ba32975d (patch)
tree346b9224ff1581e2605b7a0b35303f4bee62dc63 /deps/gpgme/gpgme.SlackBuild
parentc7ef9543e025cdce7621138115d0bde6514c63d4 (diff)
downloadktown-ee9ede434f07e220655e03a84da4aec7ba32975d.tar.gz
ktown-ee9ede434f07e220655e03a84da4aec7ba32975d.tar.xz
Deps: qt5 update requires rebuilds/updates of other packages
Diffstat (limited to 'deps/gpgme/gpgme.SlackBuild')
-rwxr-xr-xdeps/gpgme/gpgme.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/gpgme/gpgme.SlackBuild b/deps/gpgme/gpgme.SlackBuild
index ed23454..2e8356a 100755
--- a/deps/gpgme/gpgme.SlackBuild
+++ b/deps/gpgme/gpgme.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 2006-2009 Robby Workman, Northport, AL, USA
-# Copyright 2007, 2008, 2009, 2010, 2016, 2017, 2018 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2007, 2008, 2009, 2010, 2016, 2017, 2018, 2019 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=gpgme
-VERSION=${VERSION:-1.13.0}
+VERSION=${VERSION:-1.13.1}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-"-j$(nproc)"}