mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
devel/concurrencpp: Update 0.1.3 -> 0.1.4
Reported by: portscout
This commit is contained in:
parent
d71e260524
commit
a47987c0c7
@ -1,6 +1,6 @@
|
||||
PORTNAME= concurrencpp
|
||||
DISTVERSIONPREFIX= v.
|
||||
DISTVERSION= 0.1.3
|
||||
DISTVERSION= 0.1.4
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1631389928
|
||||
SHA256 (David-Haim-concurrencpp-v.0.1.3_GH0.tar.gz) = a9f85960132df76f4fb121157a74628ceafb7a54f2e669f19bd8d6305a03c74e
|
||||
SIZE (David-Haim-concurrencpp-v.0.1.3_GH0.tar.gz) = 104714
|
||||
TIMESTAMP = 1640967804
|
||||
SHA256 (David-Haim-concurrencpp-v.0.1.4_GH0.tar.gz) = 3ad9424f975b766accc6eaedf4acfe1a20b5fdbb57fa3ae71f400e13d471e86f
|
||||
SIZE (David-Haim-concurrencpp-v.0.1.4_GH0.tar.gz) = 113138
|
||||
|
@ -13,7 +13,9 @@ include/concurrencpp/executors/worker_thread_executor.h
|
||||
include/concurrencpp/forward_declarations.h
|
||||
include/concurrencpp/platform_defs.h
|
||||
include/concurrencpp/results/constants.h
|
||||
include/concurrencpp/results/generator.h
|
||||
include/concurrencpp/results/impl/consumer_context.h
|
||||
include/concurrencpp/results/impl/generator_state.h
|
||||
include/concurrencpp/results/impl/lazy_result_state.h
|
||||
include/concurrencpp/results/impl/producer_context.h
|
||||
include/concurrencpp/results/impl/result_state.h
|
||||
@ -34,6 +36,7 @@ include/concurrencpp/runtime/constants.h
|
||||
include/concurrencpp/runtime/runtime.h
|
||||
include/concurrencpp/task.h
|
||||
include/concurrencpp/threads/binary_semaphore.h
|
||||
include/concurrencpp/threads/cache_line.h
|
||||
include/concurrencpp/threads/thread.h
|
||||
include/concurrencpp/timers/constants.h
|
||||
include/concurrencpp/timers/timer.h
|
||||
|
Loading…
Reference in New Issue
Block a user