mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
python/sge-pygame: Updated for version 0.10.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8968e8811f
commit
a95de331ac
2 changed files with 5 additions and 5 deletions
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=sge-pygame
|
||||
SRCVER=${SRCVER:-0.9.1-py2.7}
|
||||
VERSION=$(echo $SRCVER | cut -c1-5)
|
||||
SRCVER=${SRCVER:-0.10.0-python2}
|
||||
VERSION=$(echo $SRCVER | cut -c1-6)
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="sge-pygame"
|
||||
VERSION="0.9.1"
|
||||
VERSION="0.10.0"
|
||||
HOMEPAGE="http://stellarengine.nongnu.org"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/s/sge-pygame/sge-pygame-0.9.1-py2.7.tar.gz"
|
||||
MD5SUM="a57cfa1246e3b5986adb9c79440e3520"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/s/sge-pygame/sge-pygame-0.10.0-python2.tar.gz"
|
||||
MD5SUM="d92063ef8403dd57702fd91062e8af8b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pygame"
|
||||
|
|
Loading…
Reference in a new issue