From 7adfd63f18f23e51cbe877e10df169ebf1414b38 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Fri, 4 Sep 2026 15:56:54 +0300 Subject: [PATCH] Update package version to 7.0.0 --- info.yml | 6 +++--- recipe.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/info.yml b/info.yml index 5536d04..3f11aa7 100644 --- a/info.yml +++ b/info.yml @@ -1,7 +1,7 @@ name: libnfs description: NFS client library -version: 6.0.2 -revision: 2 +version: 7.0.0 +revision: 1 url: https://github.com/sahlberg/libnfs license: LGPL2.1-or-later maintainers: @@ -17,4 +17,4 @@ downloads: - url: https://github.com/sahlberg/libnfs/archive/refs/tags/libnfs-${BPM_PKG_VERSION}.tar.gz extract_to: ${BPM_SOURCE} extract_strip_components: 1 - checksum: 4e5459cc3e0242447879004e9ad28286d4d27daa42cbdcde423248fad911e747 + checksum: d25c70537d60f1ab307b9cb5e9fb01acff71065fc9547b54dfaec109ba993003 diff --git a/recipe.sh b/recipe.sh index 4c81def..280bd63 100644 --- a/recipe.sh +++ b/recipe.sh @@ -5,7 +5,7 @@ # The build function is executed in the source directory # This function is used to compile the source code build() { - cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_DOCUMENTATION=ON -DENABLE_MULTITHREADING=ON + cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -DENABLE_DOCUMENTATION=ON -DENABLE_MULTITHREADING=ON cmake --build build }