1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

misc/{,py-}fastscapelib: update 0.2.1 → 0.2.2

Reported by:	portscout
This commit is contained in:
Yuri Victorovich 2024-06-05 23:33:18 -07:00
parent 8a303fe89d
commit 7a9994c5b1
5 changed files with 28 additions and 28 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= fastscapelib
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.1
DISTVERSION= 0.2.2
CATEGORIES= misc
MAINTAINER= yuri@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1698169447
SHA256 (fastscape-lem-fastscapelib-v0.2.1_GH0.tar.gz) = 6cfc73ad6f0feae4eecdc49a40ee2e58182ac34e2ad0260a194c819ec400f4cf
SIZE (fastscape-lem-fastscapelib-v0.2.1_GH0.tar.gz) = 538142
TIMESTAMP = 1717650943
SHA256 (fastscape-lem-fastscapelib-v0.2.2_GH0.tar.gz) = 21cac72a0586d1ceb1080eadbb60a7b7e81a4d6a7b56edbc696f92ff87fc6566
SIZE (fastscape-lem-fastscapelib-v0.2.2_GH0.tar.gz) = 537207

View File

@ -1,24 +1,24 @@
include/fastscapelib/base.hpp
include/fastscapelib/basin_graph.hpp
include/fastscapelib/consts.hpp
include/fastscapelib/diffusion_adi.hpp
include/fastscapelib/flow_graph.hpp
include/fastscapelib/flow_graph_impl.hpp
include/fastscapelib/flow_operator.hpp
include/fastscapelib/flow_router.hpp
include/fastscapelib/flow_snapshot.hpp
include/fastscapelib/iterators.hpp
include/fastscapelib/pflood.hpp
include/fastscapelib/profile_grid.hpp
include/fastscapelib/raster_grid.hpp
include/fastscapelib/sink_resolver.hpp
include/fastscapelib/spl.hpp
include/fastscapelib/structured_grid.hpp
include/fastscapelib/trimesh.hpp
include/fastscapelib/union_find.hpp
include/fastscapelib/utils.hpp
include/fastscapelib/algo/pflood.hpp
include/fastscapelib/eroders/diffusion_adi.hpp
include/fastscapelib/eroders/spl.hpp
include/fastscapelib/flow/basin_graph.hpp
include/fastscapelib/flow/flow_graph.hpp
include/fastscapelib/flow/flow_graph_impl.hpp
include/fastscapelib/flow/flow_operator.hpp
include/fastscapelib/flow/flow_router.hpp
include/fastscapelib/flow/flow_snapshot.hpp
include/fastscapelib/flow/sink_resolver.hpp
include/fastscapelib/grid/base.hpp
include/fastscapelib/grid/profile_grid.hpp
include/fastscapelib/grid/raster_grid.hpp
include/fastscapelib/grid/structured_grid.hpp
include/fastscapelib/grid/trimesh.hpp
include/fastscapelib/utils/consts.hpp
include/fastscapelib/utils/iterators.hpp
include/fastscapelib/utils/union_find.hpp
include/fastscapelib/utils/utils.hpp
include/fastscapelib/utils/xtensor_utils.hpp
include/fastscapelib/version.hpp
include/fastscapelib/xtensor_utils.hpp
lib/cmake/fastscapelib/fastscapelibConfig.cmake
lib/cmake/fastscapelib/fastscapelibConfigVersion.cmake
lib/cmake/fastscapelib/fastscapelibTargets.cmake

View File

@ -1,6 +1,6 @@
PORTNAME= fastscapelib
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.1
DISTVERSION= 0.2.2
CATEGORIES= misc
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1698169620
SHA256 (fastscape-lem-fastscapelib-v0.2.1_GH0.tar.gz) = 6cfc73ad6f0feae4eecdc49a40ee2e58182ac34e2ad0260a194c819ec400f4cf
SIZE (fastscape-lem-fastscapelib-v0.2.1_GH0.tar.gz) = 538142
TIMESTAMP = 1717651075
SHA256 (fastscape-lem-fastscapelib-v0.2.2_GH0.tar.gz) = 21cac72a0586d1ceb1080eadbb60a7b7e81a4d6a7b56edbc696f92ff87fc6566
SIZE (fastscape-lem-fastscapelib-v0.2.2_GH0.tar.gz) = 537207