From 1bfd4b5766856546ab24bb92350676f33ca41450 Mon Sep 17 00:00:00 2001 From: xconstruct Date: Sat, 20 Nov 2010 20:37:23 +0100 Subject: [PATCH] mcpatcher 1.1.9_01 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 76d856fb11ff..57e36ee63079 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = mcpatcher pkgdesc = Minecraft patcher to fix textures with higher than default resolution - pkgver = 1.1.9 + pkgver = 1.1.9_01 pkgrel = 1 url = https://github.com/pclewis/mcpatcher arch = any @@ -8,9 +8,9 @@ pkgbase = mcpatcher depends = java-runtime optdepends = minecraft: the game itself source = mcpatcher - source = https://github.com/downloads/pclewis/mcpatcher/mcpatcher-1.1.9.jar + source = https://github.com/downloads/pclewis/mcpatcher/mcpatcher-1.1.9_01.jar md5sums = 38358254be76dc84676509f43be44938 - md5sums = d72a768b9fe1e947203bd63ff8839ded + md5sums = 60bff9e61c7db96c1cae3bc51ba713a3 pkgname = mcpatcher diff --git a/PKGBUILD b/PKGBUILD index b36645de839f..39b54256bbb8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Constantin Schomburg pkgname=mcpatcher -pkgver=1.1.9 +pkgver='1.1.9_01' pkgrel=1 pkgdesc="Minecraft patcher to fix textures with higher than default resolution" arch=('any') @@ -11,7 +11,7 @@ depends=('java-runtime') optdepends=('minecraft: the game itself') source=(mcpatcher https://github.com/downloads/pclewis/mcpatcher/mcpatcher-$pkgver.jar) md5sums=('38358254be76dc84676509f43be44938' - 'd72a768b9fe1e947203bd63ff8839ded') + '60bff9e61c7db96c1cae3bc51ba713a3') build() { cd "$srcdir" || return 1