summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik "Freso" S. Olesen2012-01-21 18:49:31 +0100
committerFrederik "Freso" S. Olesen2012-01-21 18:49:31 +0100
commit3634cd2a5720457000e192dbfd3a693ebf8d0e17 (patch)
treeb3f9f02ea20f5fc87d013bd75361179755f33161
parent70b238641ee9bba80996686fa1a0d0527e8f0517 (diff)
downloadaur-3634cd2a5720457000e192dbfd3a693ebf8d0e17.tar.gz
mcpatcher: Version bump to 2.3.1_01.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96635a5ffff1..01cbedb42d5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mcpatcher
pkgdesc = Minecraft patcher to fix textures with higher than default resolution
- pkgver = 2.3.1
+ pkgver = 2.3.1_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-2.3.1.jar
+ source = https://github.com/downloads/pclewis/mcpatcher/mcpatcher-2.3.1_01.jar
md5sums = 38358254be76dc84676509f43be44938
- md5sums = 08a2c411c150462ed40e99f6262bb95e
+ md5sums = 3dcbc7acc79c7587075de4003ab4c98c
pkgname = mcpatcher
diff --git a/PKGBUILD b/PKGBUILD
index eaa6cf8e2766..b6b164cc220b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Constantin Schomburg <me@xconstruct.net>
pkgname=mcpatcher
-pkgver='2.3.1'
+pkgver='2.3.1_01'
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'
- '08a2c411c150462ed40e99f6262bb95e')
+ '3dcbc7acc79c7587075de4003ab4c98c')
build() {
cd "$srcdir"