forked from Lainports/freebsd-ports
devel/entt: update 3.13.2 → 3.14.0
Reported by: portscout
This commit is contained in:
parent
15992b14fc
commit
0b21eb60e1
3 changed files with 8 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= entt
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.13.2
|
||||
DISTVERSION= 3.14.0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1712807843
|
||||
SHA256 (skypjack-entt-v3.13.2_GH0.tar.gz) = cb556aa543d01177b62de41321759e02d96078948dda72705b3d7fe68af88489
|
||||
SIZE (skypjack-entt-v3.13.2_GH0.tar.gz) = 854129
|
||||
TIMESTAMP = 1729840367
|
||||
SHA256 (skypjack-entt-v3.14.0_GH0.tar.gz) = e31f6e95a30e2977a50449ef9a607a9ff40febe6f9da2a8144a183f8606f7719
|
||||
SIZE (skypjack-entt-v3.14.0_GH0.tar.gz) = 872121
|
||||
|
|
|
|||
|
|
@ -4,9 +4,11 @@ include/entt/config/version.h
|
|||
include/entt/container/dense_map.hpp
|
||||
include/entt/container/dense_set.hpp
|
||||
include/entt/container/fwd.hpp
|
||||
include/entt/container/table.hpp
|
||||
include/entt/core/algorithm.hpp
|
||||
include/entt/core/any.hpp
|
||||
include/entt/core/attribute.h
|
||||
include/entt/core/bit.hpp
|
||||
include/entt/core/compressed_pair.hpp
|
||||
include/entt/core/enum.hpp
|
||||
include/entt/core/family.hpp
|
||||
|
|
@ -16,6 +18,7 @@ include/entt/core/ident.hpp
|
|||
include/entt/core/iterator.hpp
|
||||
include/entt/core/memory.hpp
|
||||
include/entt/core/monostate.hpp
|
||||
include/entt/core/ranges.hpp
|
||||
include/entt/core/tuple.hpp
|
||||
include/entt/core/type_info.hpp
|
||||
include/entt/core/type_traits.hpp
|
||||
|
|
@ -29,6 +32,7 @@ include/entt/entity/helper.hpp
|
|||
include/entt/entity/mixin.hpp
|
||||
include/entt/entity/observer.hpp
|
||||
include/entt/entity/organizer.hpp
|
||||
include/entt/entity/ranges.hpp
|
||||
include/entt/entity/registry.hpp
|
||||
include/entt/entity/runtime_view.hpp
|
||||
include/entt/entity/snapshot.hpp
|
||||
|
|
@ -56,7 +60,6 @@ include/entt/meta/resolve.hpp
|
|||
include/entt/meta/template.hpp
|
||||
include/entt/meta/type_traits.hpp
|
||||
include/entt/meta/utility.hpp
|
||||
include/entt/platform/android-ndk-r17.hpp
|
||||
include/entt/poly/fwd.hpp
|
||||
include/entt/poly/poly.hpp
|
||||
include/entt/process/fwd.hpp
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue