Skip to content
Open
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/libvips/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 libvips/libvips
REF v${VERSION}
SHA512 6861bc7a65137817613448c2e5e44def7845e5537d68e43d245bf3b45eb0fad7ea297bc3864905ae4e33dbf11bc21ec6f76626ff92d15ee1aac6959768fbd256
SHA512 c7bb3a331dce1b2961c71134cac307111d77d17f4ff4d0a952b01ae5e83204b4fd59f01b98047fa4cb5bbf9917f0eb5441ada7d0b9afc5f56e6dc1ea05d7c440
HEAD_REF master
)

Expand Down Expand Up @@ -72,7 +72,7 @@ vcpkg_install_meson()
vcpkg_copy_pdbs()
vcpkg_fixup_pkgconfig()

## tools are built by default, uncomment this for next libvips version where
## tools are built by default, uncomment this for next libvips version where
## there's a tools option in the FEATURES and MESON OPTIONS file.
## Also, the tools feature should be added in the vcpkg.json file:
## ,
Expand Down
2 changes: 1 addition & 1 deletion ports/libvips/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libvips",
"version": "8.18.2",
"version": "8.18.5",
"description": "libvips is a demand-driven, horizontally threaded image processing library.",
"homepage": "https://github.com/libvips/libvips",
"license": "LGPL-2.1-or-later",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5929,7 +5929,7 @@
"port-version": 0
},
"libvips": {
"baseline": "8.18.2",
"baseline": "8.18.5",
"port-version": 0
},
"libvmaf": {
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libvips.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e08d536bcbec5f4b2239891c1a5d4035347f0a2c",
"version": "8.18.5",
"port-version": 0
},
{
"git-tree": "6d864e37a2fae385859acfc96bd2e0c05d6b8504",
"version": "8.18.2",
Expand Down