sqlitebrowser: update to 3.11.1.

This commit is contained in:
maxice8 2019-02-19 01:46:09 -03:00 committed by maxice8
parent 55c8d7b946
commit ecb11975c3
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'sqlitebrowser'
pkgname=sqlitebrowser
version=3.11.0
version=3.11.1
revision=1
build_style=cmake
configure_args="-DUSE_QT5=1"
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@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=87698fb6593f56dcb32970a7379ee5ff80a09872d5be1ece51cea628064bbf23
checksum=eb97a0457932d5ba0e1f10df0743c93207785c0d5915aec663543de478231ca8
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-devel qt5-tools-devel"