mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
tinysparql: update to 3.9.1.
This commit is contained in:
parent
c005c4fa04
commit
d83b57e19c
2 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'tinysparql'
|
# Template file for 'tinysparql'
|
||||||
pkgname=tinysparql
|
pkgname=tinysparql
|
||||||
version=3.8.2
|
version=3.9.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir qemu"
|
build_helper="gir qemu"
|
||||||
|
@ -15,10 +15,10 @@ short_desc="Low-footprint RDF triple store library with SPARQL 1.1 interface"
|
||||||
maintainer="oreo639 <oreo6391@gmail.com>"
|
maintainer="oreo639 <oreo6391@gmail.com>"
|
||||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||||
homepage="https://gitlab.gnome.org/GNOME/tinysparql"
|
homepage="https://gitlab.gnome.org/GNOME/tinysparql"
|
||||||
#changelog="https://gitlab.gnome.org/GNOME/tinysparql/-/raw/master/NEWS"
|
changelog="https://gitlab.gnome.org/GNOME/tinysparql/-/raw/main/NEWS"
|
||||||
changelog="https://gitlab.gnome.org/GNOME/tinysparql/-/raw/tinysparql-3.8/NEWS"
|
#changelog="https://gitlab.gnome.org/GNOME/tinysparql/-/raw/tinysparql-3.9/NEWS"
|
||||||
distfiles="${GNOME_SITE}/tinysparql/${version%.*}/tinysparql-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/tinysparql/${version%.*}/tinysparql-${version}.tar.xz"
|
||||||
checksum=bb8643386c8edc591a03205d4a0eda661dcdd2094473bffb9bbdb94e93589cb2
|
checksum=98e8933b946d8c54a77eadabd7f1d14cddd88fa43eef0d0ace3c0fcce646722b
|
||||||
make_check_pre="dbus-run-session"
|
make_check_pre="dbus-run-session"
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
|
1
srcpkgs/tinysparql/update
Normal file
1
srcpkgs/tinysparql/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
pattern='(?<=LATEST-IS-)([0-9]+)\.[0-9.]*[0-9](?=")'
|
Loading…
Add table
Reference in a new issue