From 92828a783c94fe499d34148e309b6d74102776f4 Mon Sep 17 00:00:00 2001 From: "Frederik \"Freso\" S. Olesen" Date: Fri, 20 Apr 2012 01:08:30 +0200 Subject: [PATCH] mcpatcher: Version bump to 2.3.6_01. --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 1d6110c24309..f708ebbbe02a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,17 +1,17 @@ pkgbase = mcpatcher pkgdesc = Minecraft patcher to fix textures with higher than default resolution - pkgver = 2.3.6 + pkgver = 2.3.6_01 pkgrel = 1 url = https://github.com/pclewis/mcpatcher arch = any license = Public Domain depends = java-runtime optdepends = minecraft: the game itself - noextract = mcpatcher-2.3.6.jar + noextract = mcpatcher-2.3.6_01.jar source = mcpatcher - source = https://github.com/downloads/pclewis/mcpatcher/mcpatcher-2.3.6.jar + source = https://github.com/downloads/pclewis/mcpatcher/mcpatcher-2.3.6_01.jar md5sums = 38358254be76dc84676509f43be44938 - md5sums = 0157e7f95f80adc47365541c3000ffba + md5sums = a743576a3496f3d9e3d20f7e5733ef30 pkgname = mcpatcher diff --git a/PKGBUILD b/PKGBUILD index 9214b4d02d1b..21fb561c58f8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Constantin Schomburg pkgname=mcpatcher -pkgver='2.3.6' +pkgver='2.3.6_01' pkgrel=1 pkgdesc="Minecraft patcher to fix textures with higher than default resolution" arch=('any') @@ -13,7 +13,7 @@ noextract=("$pkgname-$pkgver.jar") source=(mcpatcher https://github.com/downloads/pclewis/mcpatcher/$pkgname-$pkgver.jar) md5sums=('38358254be76dc84676509f43be44938' - '0157e7f95f80adc47365541c3000ffba') + 'a743576a3496f3d9e3d20f7e5733ef30') build() { cd "$srcdir"