mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
updater-serd-0.32.4 — serd → 0.32.4 (#12500)
* Add unbuilt serd to updater-serd-0.32.4 * updater-serd-0.32.4: Build Run on linux/amd64. * updater-serd-0.32.4: Build Run on linux/386. * updater-serd-0.32.4: Build Run on linux/arm/v7. * updater-serd-0.32.4: Package File Update Run on linux/386 container. --------- Co-authored-by: satmandu <satmandu@users.noreply.github.com> Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
7d8e3f86d4
commit
29fd2ef106
@@ -2,5 +2,6 @@
|
||||
/usr/local/include/serd-0/serd/serd.h
|
||||
/usr/local/lib/libserd-0.so
|
||||
/usr/local/lib/libserd-0.so.0
|
||||
/usr/local/lib/libserd-0.so.0.30.16
|
||||
/usr/local/lib/libserd-0.so.0.32.4
|
||||
/usr/local/lib/pkgconfig/serd-0.pc
|
||||
/usr/local/share/man/man1/serdi.1.zst
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
/usr/local/include/serd-0/serd/serd.h
|
||||
/usr/local/lib/libserd-0.so
|
||||
/usr/local/lib/libserd-0.so.0
|
||||
/usr/local/lib/libserd-0.so.0.30.16
|
||||
/usr/local/lib/libserd-0.so.0.32.4
|
||||
/usr/local/lib/pkgconfig/serd-0.pc
|
||||
/usr/local/share/man/man1/serdi.1.zst
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
/usr/local/include/serd-0/serd/serd.h
|
||||
/usr/local/lib64/libserd-0.so
|
||||
/usr/local/lib64/libserd-0.so.0
|
||||
/usr/local/lib64/libserd-0.so.0.30.16
|
||||
/usr/local/lib64/libserd-0.so.0.32.4
|
||||
/usr/local/lib64/pkgconfig/serd-0.pc
|
||||
/usr/local/share/man/man1/serdi.1.zst
|
||||
|
||||
@@ -6,7 +6,7 @@ require 'buildsystems/meson'
|
||||
class Serd < Meson
|
||||
description 'Lightweight C library for RDF syntax supporting reading/ writing Turtle and NTriples.'
|
||||
homepage 'https://drobilla.net/software/serd/'
|
||||
version '0.30.16'
|
||||
version '0.32.4'
|
||||
license 'ISC'
|
||||
compatibility 'all'
|
||||
source_url 'https://github.com/drobilla/serd.git'
|
||||
@@ -14,10 +14,10 @@ class Serd < Meson
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: '7517865bbfacf435e720a96a370691fdda49d6310488685470be3e490ae9997f',
|
||||
armv7l: '7517865bbfacf435e720a96a370691fdda49d6310488685470be3e490ae9997f',
|
||||
i686: '796328150dad2ed094d157880e6061639406a8d05a2e02713c42b98576cd8e3e',
|
||||
x86_64: 'f847accbd3ea06c142673e91d6f7b773ec5b0d70842c63da571aea5741676e4a'
|
||||
aarch64: '38d85583c498c541096f98d42f26aec73f895224c693698232d3b93855fe73fe',
|
||||
armv7l: '38d85583c498c541096f98d42f26aec73f895224c693698232d3b93855fe73fe',
|
||||
i686: 'c560548694dea202ef382be32b0cf6543821131c2099ef02f1897928343ae331',
|
||||
x86_64: 'b96b2b4fe1f3200c2c6482300e1b35105f6c9783acd7aace3ab51dcd83cd7f65'
|
||||
})
|
||||
|
||||
depends_on 'gcc_lib' # R
|
||||
|
||||
Reference in New Issue
Block a user