mcpatcher: Version bump to 2.4.4-1.

This commit is contained in:
Frederik "Freso" S. Olesen 2012-12-13 20:02:21 +01:00
parent 05b252bd27
commit 35d913bf46
3 changed files with 19 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = mcpatcher
pkgdesc = Minecraft patcher to fix textures with higher than default resolution
pkgver = 2.4.3_04
pkgver = 2.4.4
pkgrel = 1
url = https://github.com/pclewis/mcpatcher
changelog = ChangeLog
@ -8,13 +8,13 @@ pkgbase = mcpatcher
license = Public Domain
depends = java-runtime
optdepends = minecraft: the game itself
noextract = mcpatcher-2.4.3_04.jar
noextract = mcpatcher-2.4.4.jar
source = mcpatcher
source = mcpatcher.desktop
source = https://github.com/downloads/pclewis/mcpatcher/mcpatcher-2.4.3_04.jar
source = https://github.com/downloads/pclewis/mcpatcher/mcpatcher-2.4.4.jar
md5sums = 38358254be76dc84676509f43be44938
md5sums = 87f031f8f0fceb0feb369c6185e07fbf
md5sums = 951cf1390c4f5a8e402e7578aec3a820
md5sums = 099715089f84a65cad59f4fab6a72851
pkgname = mcpatcher

View file

@ -1,3 +1,16 @@
2012-12-13 Frederik "Freso" S. Olesen <archlinux@freso.dk>
* 2.4.4-1 :
Version bump.
Upstream changelog:
- Mipmapping support to improve the look of higher resolution textures.
- Custom compass needle texture.
- Support for weights in Random Mobs properties files.
- Fixed CTM method=repeat for rotated logs.
- Fixed Watch tile size patch conflict with Forge.
- Improved logging system.
2012-11-15 Frederik "Freso" S. Olesen <archlinux@freso.dk>
* 2.4.3_04-1 :

View file

@ -2,7 +2,7 @@
# Maintainer: Frederik "Freso" S. Olesen <archlinux@freso.dk>
pkgname=mcpatcher
pkgver='2.4.3_04'
pkgver='2.4.4'
pkgrel=1
pkgdesc='Minecraft patcher to fix textures with higher than default resolution'
arch=('any')
@ -17,7 +17,7 @@ source=(mcpatcher
https://github.com/downloads/pclewis/mcpatcher/$pkgname-$pkgver.jar)
md5sums=('38358254be76dc84676509f43be44938'
'87f031f8f0fceb0feb369c6185e07fbf'
'951cf1390c4f5a8e402e7578aec3a820')
'099715089f84a65cad59f4fab6a72851')
build() {
cd "$srcdir"