mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
Enet 1.3.17 => 1.3.18 (#14021)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Total size: 394096
|
# Total size: 390534
|
||||||
/usr/local/include/enet/callbacks.h
|
/usr/local/include/enet/callbacks.h
|
||||||
/usr/local/include/enet/enet.h
|
/usr/local/include/enet/enet.h
|
||||||
/usr/local/include/enet/list.h
|
/usr/local/include/enet/list.h
|
||||||
@@ -12,5 +12,5 @@
|
|||||||
/usr/local/lib/libenet.la
|
/usr/local/lib/libenet.la
|
||||||
/usr/local/lib/libenet.so
|
/usr/local/lib/libenet.so
|
||||||
/usr/local/lib/libenet.so.7
|
/usr/local/lib/libenet.so.7
|
||||||
/usr/local/lib/libenet.so.7.0.5
|
/usr/local/lib/libenet.so.7.0.6
|
||||||
/usr/local/lib/pkgconfig/libenet.pc
|
/usr/local/lib/pkgconfig/libenet.pc
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Total size: 412378
|
# Total size: 415016
|
||||||
/usr/local/include/enet/callbacks.h
|
/usr/local/include/enet/callbacks.h
|
||||||
/usr/local/include/enet/enet.h
|
/usr/local/include/enet/enet.h
|
||||||
/usr/local/include/enet/list.h
|
/usr/local/include/enet/list.h
|
||||||
@@ -12,5 +12,5 @@
|
|||||||
/usr/local/lib/libenet.la
|
/usr/local/lib/libenet.la
|
||||||
/usr/local/lib/libenet.so
|
/usr/local/lib/libenet.so
|
||||||
/usr/local/lib/libenet.so.7
|
/usr/local/lib/libenet.so.7
|
||||||
/usr/local/lib/libenet.so.7.0.5
|
/usr/local/lib/libenet.so.7.0.6
|
||||||
/usr/local/lib/pkgconfig/libenet.pc
|
/usr/local/lib/pkgconfig/libenet.pc
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Total size: 423432
|
# Total size: 423646
|
||||||
/usr/local/include/enet/callbacks.h
|
/usr/local/include/enet/callbacks.h
|
||||||
/usr/local/include/enet/enet.h
|
/usr/local/include/enet/enet.h
|
||||||
/usr/local/include/enet/list.h
|
/usr/local/include/enet/list.h
|
||||||
@@ -12,5 +12,5 @@
|
|||||||
/usr/local/lib64/libenet.la
|
/usr/local/lib64/libenet.la
|
||||||
/usr/local/lib64/libenet.so
|
/usr/local/lib64/libenet.so
|
||||||
/usr/local/lib64/libenet.so.7
|
/usr/local/lib64/libenet.so.7
|
||||||
/usr/local/lib64/libenet.so.7.0.5
|
/usr/local/lib64/libenet.so.7.0.6
|
||||||
/usr/local/lib64/pkgconfig/libenet.pc
|
/usr/local/lib64/pkgconfig/libenet.pc
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ require 'package'
|
|||||||
class Enet < Package
|
class Enet < Package
|
||||||
description 'ENet reliable UDP networking library'
|
description 'ENet reliable UDP networking library'
|
||||||
homepage 'https://github.com/lsalzman/enet'
|
homepage 'https://github.com/lsalzman/enet'
|
||||||
version '1.3.17'
|
version '1.3.18'
|
||||||
license 'GPL-2'
|
license 'GPL-2'
|
||||||
compatibility 'all'
|
compatibility 'all'
|
||||||
source_url 'https://github.com/lsalzman/enet.git'
|
source_url 'https://github.com/lsalzman/enet.git'
|
||||||
@@ -11,12 +11,14 @@ class Enet < Package
|
|||||||
binary_compression 'tar.zst'
|
binary_compression 'tar.zst'
|
||||||
|
|
||||||
binary_sha256({
|
binary_sha256({
|
||||||
aarch64: '8dceccdbee07800d199f700a1c3eeb2a8a9003b948052ff29ea09cbdc5e358ea',
|
aarch64: 'f6eb360adef080a2b6ac1954086cce85537f9899bbf4d2f8b49e6dacd9ade1a7',
|
||||||
armv7l: '8dceccdbee07800d199f700a1c3eeb2a8a9003b948052ff29ea09cbdc5e358ea',
|
armv7l: 'f6eb360adef080a2b6ac1954086cce85537f9899bbf4d2f8b49e6dacd9ade1a7',
|
||||||
i686: '443da89c623d5bb1d921b145643e5e83f2178f72fd85c55427f641c4b59e964c',
|
i686: 'd666bba3ba04f0895215641257190582fcfbcd1f898c111156fcd6ab158e930a',
|
||||||
x86_64: '0f96b8e2b248e78bc8e3f70bb21c5006d0c0064382b3930441317a8856078252'
|
x86_64: '3f8e7519ccfd3d65c4834bf66157e5df9e84a6451a4d73c520a08ce5fd738039'
|
||||||
})
|
})
|
||||||
|
|
||||||
|
depends_on 'glibc' # R
|
||||||
|
|
||||||
def self.build
|
def self.build
|
||||||
system 'autoreconf -vfi'
|
system 'autoreconf -vfi'
|
||||||
system "./configure #{CREW_CONFIGURE_OPTIONS}"
|
system "./configure #{CREW_CONFIGURE_OPTIONS}"
|
||||||
|
|||||||
@@ -32,6 +32,7 @@ detox
|
|||||||
difftastic
|
difftastic
|
||||||
doctl
|
doctl
|
||||||
enchant
|
enchant
|
||||||
|
enet
|
||||||
f2fs_tools
|
f2fs_tools
|
||||||
faad2
|
faad2
|
||||||
fastfetch
|
fastfetch
|
||||||
|
|||||||
Reference in New Issue
Block a user