From 2f1d5b044ec7e6707589ba97caba6c5b0825b8cd Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 16 Oct 2018 05:13:42 -0300 Subject: [PATCH] libversion: update to 2.7.0. --- srcpkgs/libversion/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libversion/template b/srcpkgs/libversion/template index effda90e401..b687022da15 100644 --- a/srcpkgs/libversion/template +++ b/srcpkgs/libversion/template @@ -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 " 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" } -} \ No newline at end of file +}