From 913fae06e0ae428cf46ebd3dc23dbf384d42b20b Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Fri, 12 Mar 2021 01:46:50 +0000 Subject: Fri Mar 12 01:46:50 UTC 2021 x/mesa-21.0.0-x86_64-1.txz: Upgraded. --- source/a/cryptsetup/cryptsetup.SlackBuild | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'source/a/cryptsetup') diff --git a/source/a/cryptsetup/cryptsetup.SlackBuild b/source/a/cryptsetup/cryptsetup.SlackBuild index cd6adea79..e31194315 100755 --- a/source/a/cryptsetup/cryptsetup.SlackBuild +++ b/source/a/cryptsetup/cryptsetup.SlackBuild @@ -21,22 +21,11 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# ----------------------------------------------------------------------------- -# -# Slackware SlackBuild script -# =========================== -# By: Eric Hameleers -# For: cryptsetup -# Descr: Utility for setting up encrypted filesystems -# URL: http://code.google.com/p/cryptsetup/ -# -# ----------------------------------------------------------------------------- - cd $(dirname $0) ; CWD=$(pwd) PKGNAM=cryptsetup VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then -- cgit v1.2.3-65-gdbad