Skip to content
Closed
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
4 changes: 2 additions & 2 deletions ports/libarchive/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ vcpkg_fail_port_install(ON_TARGET "UWP")
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO libarchive/libarchive
REF fc6563f5130d8a7ee1fc27c0e55baef35119f26c #v3.4.3
SHA512 54ca4f3cc3b38dcf6588b2369ce43109c4a57a04061348ab8bf046c5c13ace0c4f42c9f3961288542cb5fe12c05359d572b39fe7cec32a10151dbac78e8a3707
REF v3.5.2
SHA512 d6b8811cffc087c1d07e98bbabbad256cab20b18d727705b49674b42ef3d48c79235765190701050a256c98e5058017007c7ab5e1a1602a2786d6da915360942
HEAD_REF master
PATCHES
fix-buildsystem.patch
Expand Down
4 changes: 2 additions & 2 deletions ports/libarchive/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "libarchive",
"version-semver": "3.4.3",
"port-version": 8,
"version-semver": "3.5.2",
"port-version": 9,
"description": "Library for reading and writing streaming archives",
"homepage": "https://github.com/libarchive/libarchive",
"supports": "!uwp",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3125,8 +3125,8 @@
"port-version": 7
},
"libarchive": {
"baseline": "3.4.3",
"port-version": 8
"baseline": "3.5.2",
"port-version": 9
},
"libass": {
"baseline": "0.15.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": "33ed16bf26bc12286ae6fa30097af199f7e49c7f",
"version-semver": "3.5.2",
"port-version": 9
},
{
"git-tree": "576d8d60f06c8b4c616fd55559f3da94b9a8ae27",
"version-semver": "3.4.3",
Expand Down