capstone.pc.in: use https in the URL.

This commit is contained in:
Michael Orlitzky 2023-06-16 09:51:37 -04:00
parent ac1d85e88b
commit 2042a815ab
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
Name: capstone
Description: Capstone disassembly engine
Version: @PROJECT_VERSION_MAJOR@.@PROJECT_VERSION_MINOR@.@PROJECT_VERSION_PATCH@
URL: http://www.capstone-engine.org
URL: https://www.capstone-engine.org/
archive=${libdir}/libcapstone.a
Libs: -L${libdir} -lcapstone
Cflags: -I${includedir}/capstone