libversion: update to 2.7.0.

This commit is contained in:
maxice8 2018-10-16 05:13:42 -03:00 committed by maxice8
parent c7fe1b3f5c
commit 2f1d5b044e
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'libversion'
pkgname=libversion
version=2.6.0
version=2.7.0
revision=1
build_style=cmake
short_desc="Advanced version string comparison library"
@ -8,7 +8,7 @@ maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT"
homepage="https://github.com/repology/libversion"
distfiles="https://github.com/repology/libversion/archive/${version}.tar.gz"
checksum=a95fac4fdcf6ac45772fa8b66f8c3a469e53395ca78fba2f92f0575d7a7458d2
checksum=fce20444b65b700b760be7aecf775447b1dd7562186f7f6cd724a536b5078227
post_install() {
vlicense COPYING
@ -23,4 +23,4 @@ libversion-devel_package() {
vmove "usr/lib/*.so"
vmove "usr/lib/*.a"
}
}
}