yoshimi: update to 1.5.11.4.

This commit is contained in:
Andrea Brancaleoni 2019-07-16 23:25:08 +02:00
parent a562ff0509
commit 3bdcd134d4
2 changed files with 2 additions and 15 deletions

View file

@ -1,13 +0,0 @@
diff --git src/Misc/RandomGen.h src/Misc/RandomGen.h
index 29aeb48..f7c90f8 100644
--- src/Misc/RandomGen.h
+++ src/Misc/RandomGen.h
@@ -187,7 +187,7 @@ class JenkinsPRNG
}
private:
- uint32_t rot(uint32_t x, uint k) { return (x << k)|(x >> (32-k)); }
+ uint32_t rot(uint32_t x, unsigned int k) { return (x << k)|(x >> (32-k)); }
};

View file

@ -1,6 +1,6 @@
# Template file for 'yoshimi'
pkgname=yoshimi
version=1.5.11.1
version=1.5.11.4
revision=1
build_wrksrc=src
build_style=cmake
@ -12,7 +12,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="GPL-2.0-or-later"
homepage="https://yoshimi.github.io/"
distfiles="https://github.com/Yoshimi/$pkgname/archive/$version.tar.gz"
checksum=3ac5db7c508af82bfd346ce85e94f5fc69d3054251d14de72e9c4eeb7586f087
checksum=36e0b1ff3b513646387612cbe420ddf444ca91842994d01b7a8890696d6a63dc
case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" argp-standalone";;