mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
sqlitebrowser: update to 3.9.1.
This commit is contained in:
parent
157b0da21d
commit
1b4073114c
1 changed files with 4 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'sqlitebrowser'
|
# Template file for 'sqlitebrowser'
|
||||||
pkgname=sqlitebrowser
|
pkgname=sqlitebrowser
|
||||||
version=3.8.0
|
version=3.9.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DUSE_QT5=1"
|
configure_args="-DUSE_QT5=1"
|
||||||
hostmakedepends="pkg-config cmake qt5-qmake"
|
hostmakedepends="pkg-config qt5-qmake"
|
||||||
makedepends="qt5-devel qt5-tools-devel sqlite-devel"
|
makedepends="qt5-devel qt5-tools-devel sqlite-devel"
|
||||||
short_desc="A light GUI editor for SQLite databases"
|
short_desc="A light GUI editor for SQLite databases"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
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/${version}.tar.gz"
|
||||||
checksum=f638a751bccde4bf0305a75685e2a72d26fc3e3a69d7e15fd84573f88c1a4d92
|
checksum=4ff7da5c539269195bca9d25e7dc30518ba8b7a59f6231432cdc3d7222832af7
|
||||||
|
|
Loading…
Add table
Reference in a new issue