diff --git a/.SRCINFO b/.SRCINFO index 55cfa50e9a30..5a5da31f37fe 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = mcpatcher pkgdesc = Minecraft patcher to fix textures with higher than default resolution - pkgver = 2.1.0_01 + pkgver = 2.1.0_02 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.1.0_01.jar + source = https://github.com/downloads/pclewis/mcpatcher/mcpatcher-2.1.0_02.jar md5sums = 38358254be76dc84676509f43be44938 - md5sums = 71a3955e4373613eb2f441858860cff2 + md5sums = 59ff009adb27ac1981ae8467264e2246 pkgname = mcpatcher diff --git a/PKGBUILD b/PKGBUILD index ff947d9899c6..8c6b0ac2a760 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Constantin Schomburg pkgname=mcpatcher -pkgver='2.1.0_01' +pkgver='2.1.0_02' 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/mcpatcher-$pkgver.jar) md5sums=('38358254be76dc84676509f43be44938' - '71a3955e4373613eb2f441858860cff2') + '59ff009adb27ac1981ae8467264e2246') build() { cd "$srcdir"