mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
iniparser: update to 4.2.5
This commit is contained in:
parent
5da9f8a654
commit
b27583b0cb
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'iniparser'
|
||||
pkgname=iniparser
|
||||
version=4.2.4
|
||||
version=4.2.5
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_EXAMPLES=OFF"
|
||||
configure_args="-DBUILD_DOCS=ON"
|
||||
hostmakedepends="doxygen"
|
||||
short_desc="Free stand-alone ini file parsing library"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
|
@ -11,7 +11,7 @@ license="MIT"
|
|||
homepage="https://gitlab.com/iniparser/iniparser"
|
||||
changelog="https://gitlab.com/iniparser/iniparser/-/releases"
|
||||
distfiles="https://gitlab.com/iniparser/iniparser/-/archive/v${version}/iniparser-v${version}.tar.gz"
|
||||
checksum=3b6a6cf85d18727371d7c02f548e9e34fa311a9244c504690f21d508168bd70e
|
||||
checksum=5f2e25d88691fb80965266d23c65697542ddfd9504dc17660dd58f6244ceb466
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue