From 88feb2600185b4d9f48b09e552b15f7c40586577 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 28 Jan 2017 21:29:46 +0000 Subject: qrencode: updated to 3.4.4 --- qrencode/build/qrencode.SlackBuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/qrencode/build/qrencode.SlackBuild b/qrencode/build/qrencode.SlackBuild index 7f9cf2b5..ce5eea1c 100755 --- a/qrencode/build/qrencode.SlackBuild +++ b/qrencode/build/qrencode.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh # $Id$ -# Copyright 2014 Eric Hameleers, Eindhoven, NL +# Copyright 2014, 2017 Eric Hameleers, Eindhoven, NL # All rights reserved. # # Permission to use, copy, modify, and distribute this software for @@ -33,6 +33,8 @@ # Changelog: # 3.4.2-1: 16/Mar/2014 by Eric Hameleers # * Initial build. +# 3.4.4-1: 28/jan/2017 by Eric Hameleers +# * Update. # # Run 'sh qrencode.SlackBuild' to build a Slackware package. # The package (.tgz) and .txt file as well as build logs are created in /tmp . @@ -41,7 +43,7 @@ # ----------------------------------------------------------------------------- PRGNAM=qrencode -VERSION=${VERSION:-3.4.2} +VERSION=${VERSION:-3.4.4} BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:" -j4 "} TAG=${TAG:-alien} -- cgit v1.2.3-65-gdbad