mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
graphics/mirage: updated for version 0.11.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3dd60d5926
commit
322e51cf0b
2 changed files with 4 additions and 4 deletions
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue