mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04:00
devel/microsoft-gsl: update 3.1.0 -> 4.0.0
PR: 267916 Approved by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
This commit is contained in:
parent
9a1b3c3653
commit
c643863d4d
3 changed files with 10 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= microsoft-gsl
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.1.0
|
||||
DISTVERSION= 4.0.0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= henry.hu.sh@gmail.com
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1620259687
|
||||
SHA256 (microsoft-GSL-v3.1.0_GH0.tar.gz) = d3234d7f94cea4389e3ca70619b82e8fb4c2f33bb3a070799f1e18eef500a083
|
||||
SIZE (microsoft-GSL-v3.1.0_GH0.tar.gz) = 78196
|
||||
TIMESTAMP = 1669076193
|
||||
SHA256 (microsoft-GSL-v4.0.0_GH0.tar.gz) = f0e32cb10654fea91ad56bde89170d78cfbf4363ee0b01d8f097de2ba49f6ce9
|
||||
SIZE (microsoft-GSL-v4.0.0_GH0.tar.gz) = 55846
|
||||
|
|
|
@ -1,12 +1,17 @@
|
|||
include/gsl/algorithm
|
||||
include/gsl/assert
|
||||
include/gsl/byte
|
||||
include/gsl/gsl
|
||||
include/gsl/gsl_algorithm
|
||||
include/gsl/gsl_assert
|
||||
include/gsl/gsl_byte
|
||||
include/gsl/gsl_narrow
|
||||
include/gsl/gsl_util
|
||||
include/gsl/multi_span
|
||||
include/gsl/narrow
|
||||
include/gsl/pointers
|
||||
include/gsl/span
|
||||
include/gsl/span_ext
|
||||
include/gsl/string_span
|
||||
include/gsl/util
|
||||
share/cmake/Microsoft.GSL/Microsoft.GSLConfig.cmake
|
||||
share/cmake/Microsoft.GSL/Microsoft.GSLConfigVersion.cmake
|
||||
|
|
Loading…
Add table
Reference in a new issue