diff options
author | Ryan P.C. McQuen <ryan.q@linux.com> | 2016-06-29 06:51:38 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-06-30 16:34:35 +0700 |
commit | b2b0c45b50c10f9bfee73f8f2982b9c8445c297c (patch) | |
tree | c74e163660f4568bbd63a20aba9a739f8175e140 /desktop/lumina/lumina.SlackBuild | |
parent | 653211826a3df18ad7b3382dc86f383894cac178 (diff) |
desktop/lumina: Updated for version 0.9.1.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
Diffstat (limited to 'desktop/lumina/lumina.SlackBuild')
-rw-r--r-- | desktop/lumina/lumina.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop/lumina/lumina.SlackBuild b/desktop/lumina/lumina.SlackBuild index 11f2dac05e1d..0e6cada807d6 100644 --- a/desktop/lumina/lumina.SlackBuild +++ b/desktop/lumina/lumina.SlackBuild @@ -4,7 +4,7 @@ # Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com -# Thanks to Willy Sudiarto Raharjo +# Thanks to Willy Sudiarto Raharjo. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -22,11 +22,11 @@ # You may have received a copy of the GNU General Public License # along with this program (most likely, a file named COPYING). If -# not, see <http://www.gnu.org/licenses/>. +# not, see <https://www.gnu.org/licenses/>. PRGNAM=lumina -VERSION=${VERSION:-0.9.0} -SRCVERSION=${SRCVERSION:--p1} +VERSION=${VERSION:-0.9.1} +SRCVERSION=${SRCVERSION:-} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |