1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

devel/yyjson: update to 0.8.0

Changelog:	https://github.com/ibireme/yyjson/releases/tag/0.8.0
This commit is contained in:
Piotr Kubaj 2023-09-14 12:44:57 +02:00
parent e2097f455b
commit 3c0d16e569
3 changed files with 5 additions and 6 deletions

View File

@ -1,6 +1,5 @@
PORTNAME= yyjson
PORTVERSION= 0.7.0
PORTREVISION= 1
PORTVERSION= 0.8.0
CATEGORIES= devel
MAINTAINER= pkubaj@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1692277627
SHA256 (ibireme-yyjson-0.7.0_GH0.tar.gz) = 9b91ee48ac1fe5939f747d49f123d9a522b5f4e1e46165c1871936d583628a06
SIZE (ibireme-yyjson-0.7.0_GH0.tar.gz) = 1511395
TIMESTAMP = 1694683941
SHA256 (ibireme-yyjson-0.8.0_GH0.tar.gz) = b2e39ac4c65f9050820c6779e6f7dd3c0d3fed9c6667f91caec0badbedce00f3
SIZE (ibireme-yyjson-0.8.0_GH0.tar.gz) = 1529369

View File

@ -2,4 +2,4 @@ include/yyjson.h
lib/cmake/yyjson/yyjson-config-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/yyjson/yyjson-config.cmake
lib/libyyjson.so
lib/libyyjson.so.0.7.0
lib/libyyjson.so.0.8.0