diff --git a/.SRCINFO b/.SRCINFO index cc408584f1fc..1d6110c24309 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.5_01 + pkgver = 2.3.6 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.5_01.jar + noextract = mcpatcher-2.3.6.jar source = mcpatcher - source = https://github.com/downloads/pclewis/mcpatcher/mcpatcher-2.3.5_01.jar + source = https://github.com/downloads/pclewis/mcpatcher/mcpatcher-2.3.6.jar md5sums = 38358254be76dc84676509f43be44938 - md5sums = a7198831982ad2486e8b45b0be640107 + md5sums = 0157e7f95f80adc47365541c3000ffba pkgname = mcpatcher diff --git a/PKGBUILD b/PKGBUILD index 21936846cee6..9214b4d02d1b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Constantin Schomburg pkgname=mcpatcher -pkgver='2.3.5_01' +pkgver='2.3.6' 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' - 'a7198831982ad2486e8b45b0be640107') + '0157e7f95f80adc47365541c3000ffba') build() { cd "$srcdir"