yoshimi: update to 2.3.3.1.

This commit is contained in:
Andrea Brancaleoni 2024-10-09 14:49:41 +02:00
parent e79c542d38
commit b54a27a4f8
2 changed files with 2 additions and 14 deletions

View File

@ -1,12 +0,0 @@
Index: src/CMakeLists.txt
===================================================================
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -262,7 +262,6 @@ if (BuildForDebug)
set (CMAKE_CXX_FLAGS_DEBUG ${BuildOptionsDebug})
message (STATUS "DEBUG Build, flags: ${CMAKE_CXX_FLAGS} ${CMAKE_CXX_FLAGS_DEBUG}")
else()
- set (CMAKE_BUILD_TYPE "Release")
set (CMAKE_CXX_FLAGS_RELEASE ${BuildOptionsRelease})
message (STATUS "RELEASE Build, flags: ${CMAKE_CXX_FLAGS} ${CMAKE_CXX_FLAGS_RELEASE}")
endif ()

View File

@ -1,6 +1,6 @@
# Template file for 'yoshimi'
pkgname=yoshimi
version=2.3.2
version=2.3.3.1
revision=1
build_wrksrc=src
build_style=cmake
@ -13,7 +13,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=76fcf0aaf959665f4d1a54c8e76dc30108bcf1434f76a0761e13217f973f27f6
checksum=a23537735766af8a6526de1f22004811b6fed9b561645a174452092fcf7c479f
case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" argp-standalone";;