mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -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
@@ -3,7 +3,7 @@ require 'package'
|
||||
class Neon < Package
|
||||
description 'neon is an HTTP and WebDAV client library, with a C interface.'
|
||||
homepage 'http://www.webdav.org/neon/'
|
||||
version '0.32.5'
|
||||
version '0.35.0'
|
||||
license 'GPL-2'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/notroj/neon.git'
|
||||
@@ -11,17 +11,17 @@ class Neon < Package
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: '0444e7c0c3b6ae6b97b355a802491cae583bfd534af2024f64470e87a348cc47',
|
||||
armv7l: '0444e7c0c3b6ae6b97b355a802491cae583bfd534af2024f64470e87a348cc47',
|
||||
x86_64: '16f0fdbfd3768f2860a252853731d125cffc0051aa64a5e108b9b758059eeeb6'
|
||||
aarch64: '4f0b389b3d93942264f4f9bcec622c275b433e06ca4fe7f5ebe088ad5e6eec21',
|
||||
armv7l: '4f0b389b3d93942264f4f9bcec622c275b433e06ca4fe7f5ebe088ad5e6eec21',
|
||||
x86_64: '7e3f58e973fb3f32a4224b30c1002ae557570cdc91249b990bd75f1ff451ba41'
|
||||
})
|
||||
|
||||
depends_on 'xmlto' => :build
|
||||
depends_on 'expat' # R
|
||||
depends_on 'glibc' # R
|
||||
depends_on 'krb5' # R
|
||||
depends_on 'libproxy' # R
|
||||
depends_on 'openssl' # R
|
||||
depends_on 'xmlto' => :build
|
||||
depends_on 'zlib' # R
|
||||
|
||||
def self.build
|
||||
|
||||
Reference in New Issue
Block a user