sqlitebrowser: update to 3.12.1

This commit is contained in:
Roberto Ricci 2020-11-15 09:01:41 +01:00 committed by Andrew J. Hesford
parent 828850da3d
commit acc53ab28d
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'sqlitebrowser'
pkgname=sqlitebrowser
version=3.12.0
version=3.12.1
revision=1
build_style=cmake
configure_args="-DUSE_QT5=1"
@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MPL-2.0, GPL-3.0-or-later"
homepage="http://sqlitebrowser.org/"
distfiles="https://github.com/sqlitebrowser/sqlitebrowser/archive/v${version}.tar.gz"
checksum=3f1a1453ed0f4b5b72b0468bf8ee56887eb23d71c2518a449f4eb179471d73d1
checksum=c1f13a7caeab9c36908d7fd6e46718d5f2bb5d116882c5c6392e7c4b0f8dba0f
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-devel qt5-tools-devel"