mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-07 22:54:11 -05:00
updater-gnutls-3.8.11 — gnutls → 3.8.11 (#13535)
* Add unbuilt gnutls to updater-gnutls-3.8.11 * updater-gnutls-3.8.11: Package File Update Run on linux/386 container. * updater-gnutls-3.8.11: Package File Update Run on linux/amd64 container. * updater-gnutls-3.8.11: Package File Update Run on linux/arm/v7 container. --------- Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
121723f188
commit
bb3b84b6d9
@@ -1,4 +1,4 @@
|
||||
# Total size: 4708971
|
||||
# Total size: 4731973
|
||||
/usr/local/bin/certtool
|
||||
/usr/local/bin/danetool
|
||||
/usr/local/bin/gnutls-cli
|
||||
@@ -34,7 +34,7 @@
|
||||
/usr/local/lib/libgnutls.la
|
||||
/usr/local/lib/libgnutls.so
|
||||
/usr/local/lib/libgnutls.so.30
|
||||
/usr/local/lib/libgnutls.so.30.40.4
|
||||
/usr/local/lib/libgnutls.so.30.41.0
|
||||
/usr/local/lib/libgnutlsxx.la
|
||||
/usr/local/lib/libgnutlsxx.so
|
||||
/usr/local/lib/libgnutlsxx.so.30
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 5282019
|
||||
# Total size: 5307829
|
||||
/usr/local/bin/certtool
|
||||
/usr/local/bin/danetool
|
||||
/usr/local/bin/gnutls-cli
|
||||
@@ -34,7 +34,7 @@
|
||||
/usr/local/lib/libgnutls.la
|
||||
/usr/local/lib/libgnutls.so
|
||||
/usr/local/lib/libgnutls.so.30
|
||||
/usr/local/lib/libgnutls.so.30.40.4
|
||||
/usr/local/lib/libgnutls.so.30.41.0
|
||||
/usr/local/lib/libgnutlsxx.la
|
||||
/usr/local/lib/libgnutlsxx.so
|
||||
/usr/local/lib/libgnutlsxx.so.30
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 5054181
|
||||
# Total size: 5077263
|
||||
/usr/local/bin/certtool
|
||||
/usr/local/bin/danetool
|
||||
/usr/local/bin/gnutls-cli
|
||||
@@ -34,7 +34,7 @@
|
||||
/usr/local/lib64/libgnutls.la
|
||||
/usr/local/lib64/libgnutls.so
|
||||
/usr/local/lib64/libgnutls.so.30
|
||||
/usr/local/lib64/libgnutls.so.30.40.4
|
||||
/usr/local/lib64/libgnutls.so.30.41.0
|
||||
/usr/local/lib64/libgnutlsxx.la
|
||||
/usr/local/lib64/libgnutlsxx.so
|
||||
/usr/local/lib64/libgnutlsxx.so.30
|
||||
|
||||
@@ -3,7 +3,7 @@ require 'buildsystems/autotools'
|
||||
class Gnutls < Autotools
|
||||
description 'GnuTLS is a secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them.'
|
||||
homepage 'https://gnutls.org/'
|
||||
version '3.8.10'
|
||||
version '3.8.11'
|
||||
license 'GPL-3'
|
||||
compatibility 'all'
|
||||
source_url 'https://gitlab.com/gnutls/gnutls.git'
|
||||
@@ -11,10 +11,10 @@ class Gnutls < Autotools
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: '6bf6383720452dffe6d47406e6c45c7d3e4a4d0c2fbc66f104bf0244fa07b97c',
|
||||
armv7l: '6bf6383720452dffe6d47406e6c45c7d3e4a4d0c2fbc66f104bf0244fa07b97c',
|
||||
i686: 'c6173981e16c390d062c690722d5a15760160ed490190ffd3dac421cded67d6a',
|
||||
x86_64: '87ba4e6a5f41eb4cbd90045b5dbb0714afcbc5f71dd7d98bdebaa3178dfe4592'
|
||||
aarch64: '7cad8a55bdef26259fc6a1cbe8a95fe724815c066d05eda1b12cc04ab5cc3514',
|
||||
armv7l: '7cad8a55bdef26259fc6a1cbe8a95fe724815c066d05eda1b12cc04ab5cc3514',
|
||||
i686: '18c2e32bb85c2d21ead658324f3e1f8b58fa10225d72d1d7e3b18b001f679d3c',
|
||||
x86_64: 'a4224a48a8aa825cd7e3c8c792a8264a4dec1b1c1617474e259b54b0174fd770'
|
||||
})
|
||||
|
||||
depends_on 'brotli' # R
|
||||
|
||||
Reference in New Issue
Block a user