mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
yoshimi: update to 1.5.11.4.
This commit is contained in:
parent
a562ff0509
commit
3bdcd134d4
2 changed files with 2 additions and 15 deletions
|
@ -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)); }
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'yoshimi'
|
# Template file for 'yoshimi'
|
||||||
pkgname=yoshimi
|
pkgname=yoshimi
|
||||||
version=1.5.11.1
|
version=1.5.11.4
|
||||||
revision=1
|
revision=1
|
||||||
build_wrksrc=src
|
build_wrksrc=src
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://yoshimi.github.io/"
|
homepage="https://yoshimi.github.io/"
|
||||||
distfiles="https://github.com/Yoshimi/$pkgname/archive/$version.tar.gz"
|
distfiles="https://github.com/Yoshimi/$pkgname/archive/$version.tar.gz"
|
||||||
checksum=3ac5db7c508af82bfd346ce85e94f5fc69d3054251d14de72e9c4eeb7586f087
|
checksum=36e0b1ff3b513646387612cbe420ddf444ca91842994d01b7a8890696d6a63dc
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) makedepends+=" argp-standalone";;
|
*-musl) makedepends+=" argp-standalone";;
|
||||||
|
|
Loading…
Add table
Reference in a new issue