MultiMC: update to 0.6.12.
This commit is contained in:
parent
fc63b4d3c6
commit
313ee37b90
2 changed files with 3 additions and 40 deletions
|
@ -1,37 +0,0 @@
|
|||
Fixes build on big endian.
|
||||
|
||||
--- libraries/classparser/src/javaendian.h
|
||||
+++ libraries/classparser/src/javaendian.h
|
||||
@@ -11,32 +11,26 @@ inline uint64_t bigswap(uint64_t x)
|
||||
{
|
||||
return x;
|
||||
}
|
||||
-;
|
||||
inline uint32_t bigswap(uint32_t x)
|
||||
{
|
||||
return x;
|
||||
}
|
||||
-;
|
||||
inline uint16_t bigswap(uint16_t x)
|
||||
{
|
||||
return x;
|
||||
}
|
||||
-;
|
||||
inline int64_t bigswap(int64_t x)
|
||||
{
|
||||
return x;
|
||||
}
|
||||
-;
|
||||
inline int32_t bigswap(int32_t x)
|
||||
{
|
||||
return x;
|
||||
}
|
||||
-;
|
||||
inline int16_t bigswap(int16_t x)
|
||||
{
|
||||
return x;
|
||||
}
|
||||
-;
|
||||
#else
|
||||
inline uint64_t bigswap(uint64_t x)
|
||||
{
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'MultiMC'
|
||||
pkgname=MultiMC
|
||||
version=0.6.11
|
||||
version=0.6.12
|
||||
revision=1
|
||||
wrksrc="${pkgname}5-${version}"
|
||||
_commithashnbt="4b305bbd2ac0e7a26987baf7949a484a87b474d4"
|
||||
|
@ -12,13 +12,13 @@ hostmakedepends="openjdk8 xxd git qt5-qmake qt5-host-tools tar"
|
|||
makedepends="qt5-devel qt5-x11extras-devel qt5-svg-devel gtk+-devel"
|
||||
depends="virtual?java-environment"
|
||||
short_desc="Instanced Minecraft client"
|
||||
maintainer="Spencer H <spencernh77@gmail.com>"
|
||||
maintainer="Henry Naguski <henry@nilsu.org>"
|
||||
license="Apache-2.0"
|
||||
homepage="http://multimc.org"
|
||||
distfiles="https://github.com/${pkgname}/${pkgname}5/archive/${version}.tar.gz
|
||||
https://github.com/${pkgname}/libnbtplusplus/archive/${_nbtversion}.tar.gz
|
||||
https://github.com/${pkgname}/quazip/archive/${_quazipversion}.tar.gz"
|
||||
checksum="7cad736f1fe3f2887aeaa7a7f3927930e16ed815c98e4cf3a7378a99c426a775
|
||||
checksum="c251744b77d93db4ead56940b7b81d30dc5390fb86a1676d3f0364cc4e570185
|
||||
36c816e6b1ef8ece52c57dfa9bfda3a23808d0c6c3288b25d8bcf49c7cdb5b07
|
||||
ffa60368b1c196859691b637c740f4c60597b2ac47217995082ae8b2a3a9ac18"
|
||||
skip_extraction="${_nbtversion}.tar.gz ${_quazipversion}.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue