summaryrefslogtreecommitdiffstats
path: root/cryptmount
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2007-04-29 11:30:33 +0000
committer Eric Hameleers <alien@slackware.com>2007-04-29 11:30:33 +0000
commit4210bc17e917b628916ebd3bc03bd88cc5513ec9 (patch)
tree83ee1e6c70a894d1a52ad228499ecb374ed984d8 /cryptmount
parentd25540fe2e0307c65da9cb07a43a718fe9ee5fd9 (diff)
downloadasb-4210bc17e917b628916ebd3bc03bd88cc5513ec9.tar.gz
asb-4210bc17e917b628916ebd3bc03bd88cc5513ec9.tar.xz
Update to 2.0 final
Diffstat (limited to 'cryptmount')
-rwxr-xr-xcryptmount/build/cryptmount.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/cryptmount/build/cryptmount.SlackBuild b/cryptmount/build/cryptmount.SlackBuild
index 7af425e2..6ea77727 100755
--- a/cryptmount/build/cryptmount.SlackBuild
+++ b/cryptmount/build/cryptmount.SlackBuild
@@ -30,8 +30,10 @@
# URL: http://cryptmount.sourceforge.net/
# Needs: (Slackware 11.0): device-mapper, kernel-headers-2.6.x
# Changelog:
-# 2.0beta1-1: 27/Mar/2007 by Eric Hameleers <alien@slackware.com>
+# 2.0beta1-1: 27/Mar/2007 by Eric Hameleers <alien@slackware.com>
# * Initial build.
+# 2.0-1: 29/apr/2007 by Eric Hameleers <alien@slackware.com>
+# * Update to the final 2.0
#
# Run 'sh cryptmount.SlackBuild --cleanup' to build a Slackware package.
# The package (.tgz) plus descriptive .txt file are created in /tmp .
@@ -43,8 +45,8 @@
# Set initial variables:
PRGNAM=cryptmount
-VERSION=${VERSION:-2.0beta1}
-ARCH=${ARCH:-i486}
+VERSION=${VERSION:-"2.0"}
+ARCH=${ARCH:-"i486"}
BUILD=${BUILD:-1}
DOCS="AUTHORS ChangeLog COPYING NEWS README RELNOTES ToDo"