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 33c8173e6a1bb28b1bd131400b64a618c8984efd9287adb54b5133927bd4268184e7e0fa23a81ada4a8de831ef9f4a35973cc4b795ee885eb927b4c73433b889
SHA512 de485dbca636803fce6720dede7d0a6c3315cb209489c94167dd9388ebe56ba8819d3118045308f05b935c954950202d0adb0485bc074bc04ca8c47877f1fe60
HEAD_REF master
PATCHES
fix-buildsystem.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/libarchive/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libarchive",
"version": "3.8.6",
"version": "3.8.7",
"description": "Library for reading and writing streaming archives",
"homepage": "https://www.libarchive.org",
"license": null,
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4681,7 +4681,7 @@
"port-version": 6
},
"libarchive": {
"baseline": "3.8.6",
"baseline": "3.8.7",
"port-version": 0
},
"libaribcaption": {
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": "5fa6c30380bdf44dc81d78116c3a1f01a87a86b5",
"version": "3.8.7",
"port-version": 0
},
{
"git-tree": "f745eacd8abd3950cff3072c2878931a01469176",
"version": "3.8.6",
Expand Down
Loading