Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/libarchive/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO libarchive/libarchive
REF "v${VERSION}"
SHA512 95c6232d178b26daa0eeba43d64ea4235aa96fa279c85fff715ac5e6cc73b2e65f276770f91c3538cb8ca989380555169497628d73e120bfa52e12f657049ff0
SHA512 5ce1fb0b0108a1f5a1547fbecc261e0438b449eee7253eec0b66452462c052b09c8e6cccd0ed9e7fd0c55e5862b334519b17da4f72b1e0196e73bc90ad97c983
HEAD_REF master
PATCHES
disable-warnings.patch
Expand Down
3 changes: 1 addition & 2 deletions ports/libarchive/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "libarchive",
"version": "3.7.7",
"port-version": 2,
"version": "3.7.8",
"description": "Library for reading and writing streaming archives",
"homepage": "https://www.libarchive.org",
"license": null,
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4361,8 +4361,8 @@
"port-version": 5
},
"libarchive": {
"baseline": "3.7.7",
"port-version": 2
"baseline": "3.7.8",
"port-version": 0
},
"libaribcaption": {
"baseline": "1.1.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libarchive.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d5d16f1e8eb9f6ba74f92e564f62fa641eab589e",
"version": "3.7.8",
"port-version": 0
},
{
"git-tree": "273f56c8b692d2fb25364dd5b117f22449578ffe",
"version": "3.7.7",
Expand Down