Update to sratom-0.6.10.

master
ajacoutot 2023-09-09 05:35:45 +00:00
parent 1e8fcf72f0
commit 089ba3d6d7
3 changed files with 4 additions and 5 deletions

View File

@ -1,8 +1,7 @@
COMMENT= library for serialising LV2 atoms to/from RDF
V= 0.6.8
V= 0.6.10
DISTNAME= sratom-${V}
REVISION= 2
SHARED_LIBS= sratom-0 0.0 # 0.6

View File

@ -1,2 +1,2 @@
SHA256 (sratom-0.6.8.tar.bz2) = Ossysa3Forf6za3i4IGLzWxx8j+EoevBeBW7eg0tAt8=
SIZE (sratom-0.6.8.tar.bz2) = 327027
SHA256 (sratom-0.6.10.tar.bz2) = 5ZUcDX8GGGcmKClVNqJx1hxV7w2rM7qfxXZ+1NsKY00=
SIZE (sratom-0.6.10.tar.bz2) = 327047

View File

@ -11,7 +11,7 @@ Index: wscript
# Library and package version (UNIX style major, minor, micro)
# major increment <=> incompatible changes
@@ -119,7 +120,7 @@ def build(bld):
@@ -120,7 +121,7 @@ def build(bld):
uselib = 'SERD SORD LV2',
name = 'libsratom',
target = 'sratom-%s' % SRATOM_MAJOR_VERSION,