mcpatcher: Version bump to 4.2.0-1.

This commit is contained in:
Frederik "Freso" S. Olesen 2013-08-01 01:20:57 +02:00
parent 996a84051c
commit 4e024bc604
3 changed files with 20 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = mcpatcher
pkgdesc = Minecraft patcher to fix textures with higher than default resolution
pkgver = 4.1.1
pkgver = 4.2.0
pkgrel = 1
url = https://bitbucket.org/prupe/mcpatcher
changelog = ChangeLog
@ -8,11 +8,11 @@ pkgbase = mcpatcher
license = Public Domain
depends = java-runtime
optdepends = minecraft: the game itself
noextract = mcpatcher-4.1.1.jar
source = https://bitbucket.org/prupe/mcpatcher/downloads/mcpatcher-4.1.1.jar
noextract = mcpatcher-4.2.0.jar
source = https://bitbucket.org/prupe/mcpatcher/downloads/mcpatcher-4.2.0.jar
source = mcpatcher
source = mcpatcher.desktop
md5sums = ab32f220a6e6c70f4c139133280d1a96
md5sums = 552cc0ea875032a5e15c395debdc8869
md5sums = 38358254be76dc84676509f43be44938
md5sums = 87f031f8f0fceb0feb369c6185e07fbf

View file

@ -1,3 +1,17 @@
2013-08-01 Frederik "Freso" S. Olesen <archlinux@freso.dk>
* 4.2.0-1
Version bump.
Upstream changelog:
- Better integration into the new launcher, including support for multiple profiles.
- Compatible with Forge again.
- Use custom potion colors for particle effects around players in SMP.
- Fixed alignment of CIT enchantment overlay in GUI.
- Apply CIT properly to items with multiple render passes in item frames.
- Fixed CIT sometimes using the wrong graphic when multiple items of the same type were present.
- Fixed CTM for logs with metadata >= 12.
2013-07-24 Frederik "Freso" S. Olesen <archlinux@freso.dk>
* 4.1.1-1

View file

@ -2,7 +2,7 @@
# Maintainer: Frederik "Freso" S. Olesen <archlinux@freso.dk>
pkgname=mcpatcher
pkgver='4.1.1'
pkgver='4.2.0'
pkgrel=1
pkgdesc='Minecraft patcher to fix textures with higher than default resolution'
arch=('any')
@ -15,7 +15,7 @@ changelog=ChangeLog
source=(https://bitbucket.org/prupe/mcpatcher/downloads/$pkgname-$pkgver.jar
mcpatcher
mcpatcher.desktop)
md5sums=('ab32f220a6e6c70f4c139133280d1a96'
md5sums=('552cc0ea875032a5e15c395debdc8869'
'38358254be76dc84676509f43be44938'
'87f031f8f0fceb0feb369c6185e07fbf')