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 | |
parent | 653211826a3df18ad7b3382dc86f383894cac178 (diff) | |
download | slackbuilds-b2b0c45b50c10f9bfee73f8f2982b9c8445c297c.tar.gz |
desktop/lumina: Updated for version 0.9.1.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
Diffstat (limited to 'desktop/lumina')
-rw-r--r-- | desktop/lumina/lumina.SlackBuild | 8 | ||||
-rw-r--r-- | desktop/lumina/lumina.info | 6 |
2 files changed, 7 insertions, 7 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} diff --git a/desktop/lumina/lumina.info b/desktop/lumina/lumina.info index d8a2d78741..dabc524b45 100644 --- a/desktop/lumina/lumina.info +++ b/desktop/lumina/lumina.info @@ -1,8 +1,8 @@ PRGNAM="lumina" -VERSION="0.9.0" +VERSION="0.9.1" HOMEPAGE="http://lumina-desktop.org/" -DOWNLOAD="https://github.com/pcbsd/lumina/archive/v0.9.0-Release-p1.tar.gz" -MD5SUM="cc977efed44cbfb5c3435daff16d7566" +DOWNLOAD="https://github.com/trueos/lumina/archive/v0.9.1-Release.tar.gz" +MD5SUM="8316af309800a728f1ffaad297d13793" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qt5" |