sqlitebrowser: update to 3.10.1.

This commit is contained in:
lemmi 2017-10-02 12:29:51 +02:00 committed by Leаh Neukirchen
parent 5c9eaebc71
commit c79a7a91b2

View file

@ -1,6 +1,6 @@
# Template file for 'sqlitebrowser'
pkgname=sqlitebrowser
version=3.9.1
version=3.10.1
revision=1
build_style=cmake
configure_args="-DUSE_QT5=1"
@ -10,5 +10,9 @@ short_desc="A light GUI editor for SQLite databases"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3"
homepage="http://sqlitebrowser.org/"
distfiles="https://github.com/sqlitebrowser/sqlitebrowser/archive/${version}.tar.gz"
checksum=4ff7da5c539269195bca9d25e7dc30518ba8b7a59f6231432cdc3d7222832af7
distfiles="https://github.com/sqlitebrowser/sqlitebrowser/archive/v${version}.tar.gz"
checksum=36eb53bc75192c687dce298c79f1532c410ce4ecbeeacfb07b9d02a307f16bef
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-devel qt5-tools-devel"
fi