sqlitebrowser: update to 3.13.1.

This commit is contained in:
Vinfall 2024-11-12 12:25:46 +08:00 committed by cinerea0
parent 7add5d3654
commit f6916b6c5c
1 changed files with 2 additions and 2 deletions

View File

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