From 7eb176487c0d2ba6458548126a1630ef7d74953f Mon Sep 17 00:00:00 2001 From: "Frederik \"Freso\" S. Olesen" Date: Mon, 14 Nov 2011 23:08:22 +0100 Subject: [PATCH] mcpatcher: Bump version to 2.2.2. --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index aeb2cb622465..05d74cea0522 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = mcpatcher pkgdesc = Minecraft patcher to fix textures with higher than default resolution - pkgver = 2.2.1 + pkgver = 2.2.2 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-2.2.1.jar + source = https://github.com/downloads/pclewis/mcpatcher/mcpatcher-2.2.2.jar md5sums = 38358254be76dc84676509f43be44938 - md5sums = c219716aa84e3389781b3dd8ee31e6a4 + md5sums = 486bc5a83a4c0c839e6fd4e80c6b47f6 pkgname = mcpatcher diff --git a/PKGBUILD b/PKGBUILD index 638414d189be..d8b7e73c96ef 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Constantin Schomburg pkgname=mcpatcher -pkgver='2.2.1' +pkgver='2.2.2' pkgrel=1 pkgdesc="Minecraft patcher to fix textures with higher than default resolution" arch=('any') @@ -12,7 +12,7 @@ optdepends=('minecraft: the game itself') source=(mcpatcher https://github.com/downloads/pclewis/mcpatcher/$pkgname-$pkgver.jar) md5sums=('38358254be76dc84676509f43be44938' - 'c219716aa84e3389781b3dd8ee31e6a4') + '486bc5a83a4c0c839e6fd4e80c6b47f6') build() { cd "$srcdir"