summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcubethethird2016-11-24 22:18:16 -0500
committercubethethird2016-11-24 22:18:16 -0500
commit6fce3acdf86e4a5fd32c04860d8e5e32f54aae46 (patch)
treed243c88368d73f3845b332ce8ed3369ac72f7b88
parenta7d877aedcbc2bfe41ee6ab4f736cda3e089f918 (diff)
downloadaur-6fce3acdf86e4a5fd32c04860d8e5e32f54aae46.tar.gz
Update to version 4.2
-rw-r--r--.SRCINFO8
-rw-r--r--ChangeLog16
-rw-r--r--PKGBUILD4
3 files changed, 22 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f02a7a93e6b6..0aa10da196f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = amidst
pkgdesc = Advanced Minecraft Interface and Data/Structure Tracking
- pkgver = 4.1
+ pkgver = 4.2
pkgrel = 1
url = https://github.com/toolbox4minecraft/amidst
changelog = ChangeLog
@@ -9,11 +9,11 @@ pkgbase = amidst
depends = java-runtime=8
depends = sh
optdepends = minecraft: the game itself
- noextract = amidst-v4-1.jar
- source = https://github.com/toolbox4minecraft/amidst/releases/download/v4.1/amidst-v4-1.jar
+ noextract = amidst-v4-2.jar
+ source = https://github.com/toolbox4minecraft/amidst/releases/download/v4.2/amidst-v4-2.jar
source = amidst.desktop
source = icon.png
- md5sums = 1f3d6157e4d0339ad4f2d7996a0f88a6
+ md5sums = da22f11add79ba0fb8ce30b8f979be2a
md5sums = 3c6900ac68e3175768322e684f9f1bcb
md5sums = 0d90c979cbd12aa7d08d05f5f3299ce7
diff --git a/ChangeLog b/ChangeLog
index 3367f48f70b6..1c87dc961bd4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2016-11-24 CubeTheThird <cubethethird@gmail.com>
+
+ * 4.2-1
+
+ Version bump.
+ See https://github.com/toolbox4minecraft/amidst/releases/tag/v4.2
+
+ Upstream changelog:
+ - added support up to Minecraft 1.11
+ - added meaningful error message for common modded Minecraft versions
+ - added menu entries for zooming
+ - adjusted keyboard shortcuts for zooming to be CTRL+G and CTRL+H
+ - added menu entry to display all logging messages (these are not updated after they are displayed)
+ - fixed bugs
+
+
2016-06-23 CubeTheThird <cubethethird@gmail.com>
* 4.1-1 :
diff --git a/PKGBUILD b/PKGBUILD
index 1c1faf99ec27..e3465e1a06bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: CubeTheThird <cubethethird@gmail.com>
pkgname=amidst
-_version='4.1'
+_version='4.2'
pkgver=${_version//_/-}
_jarver="v${_version}"
_jarfile="${pkgname}-${_jarver/./-}.jar"
@@ -18,7 +18,7 @@ changelog=ChangeLog
source=("https://github.com/toolbox4minecraft/amidst/releases/download/$_jarver/$_jarfile"
amidst.desktop
icon.png)
-md5sums=('1f3d6157e4d0339ad4f2d7996a0f88a6'
+md5sums=('da22f11add79ba0fb8ce30b8f979be2a'
'3c6900ac68e3175768322e684f9f1bcb'
'0d90c979cbd12aa7d08d05f5f3299ce7')