From 35d913bf46af4110b519bcea09739b77eedf2d1f Mon Sep 17 00:00:00 2001 From: "Frederik \"Freso\" S. Olesen" Date: Thu, 13 Dec 2012 20:02:21 +0100 Subject: [PATCH] mcpatcher: Version bump to 2.4.4-1. --- .SRCINFO | 8 ++++---- ChangeLog | 13 +++++++++++++ PKGBUILD | 4 ++-- 3 files changed, 19 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 7340ac75763a..51fa6ea81a7d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/ChangeLog b/ChangeLog index 0dc85c3e6648..50849e0bfeef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2012-12-13 Frederik "Freso" S. Olesen + + * 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 * 2.4.3_04-1 : diff --git a/PKGBUILD b/PKGBUILD index 9e31408e3445..5d9e2d32cc89 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Frederik "Freso" S. Olesen 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"