mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
updater-neon-0.35.0 — neon → 0.35.0 (#12518)
* Add unbuilt neon to updater-neon-0.35.0 * updater-neon-0.35.0: Build Run on linux/arm/v7. * updater-neon-0.35.0: Build Run on linux/amd64. * updater-neon-0.35.0: Package File Update Run on linux/amd64 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
623ba9f25f
commit
354c0d028a
@@ -27,6 +27,6 @@
|
|||||||
/usr/local/lib/libneon.la
|
/usr/local/lib/libneon.la
|
||||||
/usr/local/lib/libneon.so
|
/usr/local/lib/libneon.so
|
||||||
/usr/local/lib/libneon.so.27
|
/usr/local/lib/libneon.so.27
|
||||||
/usr/local/lib/libneon.so.27.5.5
|
/usr/local/lib/libneon.so.27.8.0
|
||||||
/usr/local/lib/neon.so
|
/usr/local/lib/neon.so
|
||||||
/usr/local/lib/pkgconfig/neon.pc
|
/usr/local/lib/pkgconfig/neon.pc
|
||||||
|
|||||||
@@ -27,6 +27,6 @@
|
|||||||
/usr/local/lib64/libneon.la
|
/usr/local/lib64/libneon.la
|
||||||
/usr/local/lib64/libneon.so
|
/usr/local/lib64/libneon.so
|
||||||
/usr/local/lib64/libneon.so.27
|
/usr/local/lib64/libneon.so.27
|
||||||
/usr/local/lib64/libneon.so.27.5.5
|
/usr/local/lib64/libneon.so.27.8.0
|
||||||
/usr/local/lib64/neon.so
|
/usr/local/lib64/neon.so
|
||||||
/usr/local/lib64/pkgconfig/neon.pc
|
/usr/local/lib64/pkgconfig/neon.pc
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ require 'package'
|
|||||||
class Neon < Package
|
class Neon < Package
|
||||||
description 'neon is an HTTP and WebDAV client library, with a C interface.'
|
description 'neon is an HTTP and WebDAV client library, with a C interface.'
|
||||||
homepage 'http://www.webdav.org/neon/'
|
homepage 'http://www.webdav.org/neon/'
|
||||||
version '0.32.5'
|
version '0.35.0'
|
||||||
license 'GPL-2'
|
license 'GPL-2'
|
||||||
compatibility 'aarch64 armv7l x86_64'
|
compatibility 'aarch64 armv7l x86_64'
|
||||||
source_url 'https://github.com/notroj/neon.git'
|
source_url 'https://github.com/notroj/neon.git'
|
||||||
@@ -11,17 +11,17 @@ class Neon < Package
|
|||||||
binary_compression 'tar.zst'
|
binary_compression 'tar.zst'
|
||||||
|
|
||||||
binary_sha256({
|
binary_sha256({
|
||||||
aarch64: '0444e7c0c3b6ae6b97b355a802491cae583bfd534af2024f64470e87a348cc47',
|
aarch64: '4f0b389b3d93942264f4f9bcec622c275b433e06ca4fe7f5ebe088ad5e6eec21',
|
||||||
armv7l: '0444e7c0c3b6ae6b97b355a802491cae583bfd534af2024f64470e87a348cc47',
|
armv7l: '4f0b389b3d93942264f4f9bcec622c275b433e06ca4fe7f5ebe088ad5e6eec21',
|
||||||
x86_64: '16f0fdbfd3768f2860a252853731d125cffc0051aa64a5e108b9b758059eeeb6'
|
x86_64: '7e3f58e973fb3f32a4224b30c1002ae557570cdc91249b990bd75f1ff451ba41'
|
||||||
})
|
})
|
||||||
|
|
||||||
depends_on 'xmlto' => :build
|
|
||||||
depends_on 'expat' # R
|
depends_on 'expat' # R
|
||||||
depends_on 'glibc' # R
|
depends_on 'glibc' # R
|
||||||
depends_on 'krb5' # R
|
depends_on 'krb5' # R
|
||||||
depends_on 'libproxy' # R
|
depends_on 'libproxy' # R
|
||||||
depends_on 'openssl' # R
|
depends_on 'openssl' # R
|
||||||
|
depends_on 'xmlto' => :build
|
||||||
depends_on 'zlib' # R
|
depends_on 'zlib' # R
|
||||||
|
|
||||||
def self.build
|
def self.build
|
||||||
|
|||||||
Reference in New Issue
Block a user