diff options
Diffstat (limited to 'app')
-rwxr-xr-x | app/crypt/gnupg2/gnupg2.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/crypt/gnupg2/gnupg2.SlackBuild b/app/crypt/gnupg2/gnupg2.SlackBuild index 9d941d8d..3d5103a6 100755 --- a/app/crypt/gnupg2/gnupg2.SlackBuild +++ b/app/crypt/gnupg2/gnupg2.SlackBuild @@ -33,7 +33,7 @@ CWD="$(pwd)" SRC_NAME="gnupg" PKG_NAME="gnupg2" ARCH=${ARCH:=i486} -SRC_VERSION=${VERSION:=2.0.5} +SRC_VERSION=${VERSION:=2.0.6} PKG_VERSION="$(echo "$SRC_VERSION" | tr '[[:blank:]-]' '_')" BUILD=${BUILD:=1ls} SRC_DIR=${SRC_DIR:=$CWD}/$PKG_NAME |