Browse Source
graphics/mirage: updated for version 0.11.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/216/head
Arn0
2 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
graphics/mirage/mirage.SlackBuild
-
graphics/mirage/mirage.info
|
|
@ -30,7 +30,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=mirage |
|
|
|
VERSION=${VERSION:-0.11.1} |
|
|
|
VERSION=${VERSION:-0.11.2} |
|
|
|
BUILD=${BUILD:-2} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="mirage" |
|
|
|
VERSION="0.11.1" |
|
|
|
VERSION="0.11.2" |
|
|
|
HOMEPAGE="https://gitlab.com/thomasross/mirage/" |
|
|
|
DOWNLOAD="https://gitlab.com/thomasross/mirage/-/archive/0.11.1/mirage-0.11.1.tar.bz2" |
|
|
|
MD5SUM="65fdc4d55f65160af42dd17bc415c766" |
|
|
|
DOWNLOAD="https://gitlab.com/thomasross/mirage/-/archive/0.11.2/mirage-0.11.2.tar.bz2" |
|
|
|
MD5SUM="6105a1e98130a3926fb4c063a4421f63" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|