mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
academic/gcompris-qt: Updated for version 4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
118b0198fa
commit
0d3706f6e3
2 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for gcompris-qt
|
||||
|
||||
# Copyright 2020-2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2020-2024 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without modification,
|
||||
|
@ -29,7 +29,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=gcompris-qt
|
||||
VERSION=${VERSION:-3.3}
|
||||
VERSION=${VERSION:-4.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="gcompris-qt"
|
||||
VERSION="3.3"
|
||||
VERSION="4.0"
|
||||
HOMEPAGE="https://gcompris.net/"
|
||||
DOWNLOAD="https://gcompris.net/download/qt/linux/gcompris-qt-3.3-Linux32.sh"
|
||||
MD5SUM="78c76c7f4d2086abe28a0f9a575b6ce8"
|
||||
DOWNLOAD_x86_64="https://gcompris.net/download/qt/linux/gcompris-qt-3.3-Linux64.sh"
|
||||
MD5SUM_x86_64="5f39645c3d824cc445e0b363dda9ced0"
|
||||
DOWNLOAD="https://gcompris.net/download/qt/linux/gcompris-qt-4.0-Linux32.sh"
|
||||
MD5SUM="c28334c56e8c7f74888a2b641cbcca6f"
|
||||
DOWNLOAD_x86_64="https://gcompris.net/download/qt/linux/gcompris-qt-4.0-Linux64.sh"
|
||||
MD5SUM_x86_64="3f0714ef303ea3bc3799b614bcbd5857"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Willy Sudiarto Raharjo"
|
||||
EMAIL="willysr@slackbuilds.org"
|
||||
|
|
Loading…
Reference in a new issue