diff options
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 11f2dac05e..0e6cada807 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} |