minecraft: update to use the new 1.6 launcher

This commit is contained in:
pancake 2013-07-01 18:42:01 +02:00
parent e7861da07c
commit 0f7d13657f
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh
HD=~/.minecraft
HDJ=$HD/minecraft.jar
HDJ=$HD/minecraft16.jar
[ ! -d ${HD} ] && mkdir $HD
[ ! -f ${HDJ} ] && wget -O $HDJ https://s3.amazonaws.com/MinecraftDownload/launcher/minecraft.jar
[ ! -f ${HDJ} ] && wget -O $HDJ https://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar
wmname LG3D
java -jar $HDJ

View file

@ -1,7 +1,7 @@
# Template build file for 'minecraft'
pkgname=minecraft
version=0.2
revision=1
version=0.3
revision=2
short_desc="Launcher for the famous Minecraft game"
maintainer="pancake <pancake@nopcode.org>"
homepage="http://www.minecraft.net/"