diff options
author | Matthew Fillpot <mfilpot@gmail.com> | 2012-12-02 12:34:00 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-12-11 16:21:49 -0500 |
commit | 63b6860cd01ffcc1e95d1fd67b2e7b7b31486487 (patch) | |
tree | 4349c9c990f5f0e83738df27a8055eabacdab61d /graphics/qrencode/qrencode.SlackBuild | |
parent | b9742d201e59ceb3c8dbc39e2b4ef4d1e9ba4cfc (diff) | |
download | slackbuilds-63b6860cd01ffcc1e95d1fd67b2e7b7b31486487.tar.gz |
graphics/qrencode: Updated for version 3.4.1
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'graphics/qrencode/qrencode.SlackBuild')
-rw-r--r-- | graphics/qrencode/qrencode.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/qrencode/qrencode.SlackBuild b/graphics/qrencode/qrencode.SlackBuild index 194ff95337..3d45bb7f5b 100644 --- a/graphics/qrencode/qrencode.SlackBuild +++ b/graphics/qrencode/qrencode.SlackBuild @@ -2,7 +2,7 @@ # # SlackBuild Script for qrencode -# Copyright 2011 Matthew "mfillpot" Fillpot +# Copyright 2012 Matthew "mfillpot" Fillpot # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=qrencode -VERSION=${VERSION:-3.3.1} +VERSION=${VERSION:-3.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |