wok-current rev 23659
updated sord (0.16.2 -> 0.16.4)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Apr 22 09:04:19 2020 +0100 (2020-04-22) |
parents | d2428ad296aa |
children | 21b253037828 |
files | sord-dev/receipt sord/receipt |
line diff
1.1 --- a/sord-dev/receipt Wed Apr 22 07:37:32 2020 +0100 1.2 +++ b/sord-dev/receipt Wed Apr 22 09:04:19 2020 +0100 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="sord-dev" 1.7 -VERSION="0.16.2" 1.8 +VERSION="0.16.4" 1.9 CATEGORY="development" 1.10 SHORT_DESC="A lightweight C library for storing RDF data in memory, development files." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="ISC" 1.13 -WEB_SITE="http://drobilla.net/software/sord/" 1.14 +WEB_SITE="https://drobilla.net/software/sord/" 1.15 1.16 -DEPENDS="sord pkg-config" 1.17 +DEPENDS="pkg-config sord" 1.18 WANTED="sord" 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg.
2.1 --- a/sord/receipt Wed Apr 22 07:37:32 2020 +0100 2.2 +++ b/sord/receipt Wed Apr 22 09:04:19 2020 +0100 2.3 @@ -1,12 +1,12 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="sord" 2.7 -VERSION="0.16.2" 2.8 +VERSION="0.16.4" 2.9 CATEGORY="development" 2.10 SHORT_DESC="A lightweight C library for storing RDF data in memory." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 LICENSE="ISC" 2.13 -WEB_SITE="http://drobilla.net/software/sord/" 2.14 +WEB_SITE="https://drobilla.net/software/sord/" 2.15 2.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.17 WGET_URL="http://download.drobilla.net/$TARBALL"