Skip to content

Commit

Permalink
[unrar] update to 7.0.7 (#37975)
Browse files Browse the repository at this point in the history
  • Loading branch information
lejcik committed Apr 4, 2024
1 parent c5da4ba commit 3d94f2a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 59 deletions.
52 changes: 0 additions & 52 deletions ports/unrar/msbuild-use-default-sma.patch

This file was deleted.

5 changes: 2 additions & 3 deletions ports/unrar/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set(UNRAR_VERSION "6.1.7")
set(UNRAR_SHA512 b1a95358ff66b0e049597bbc4e1786d0bc909a8aff4aca94ee793d0d5a3c8b052eb347d88f44b6bc2e6231e777f1b711c198711118ae9ffbe8db2f72e7fbe846)
set(UNRAR_VERSION "7.0.7")
set(UNRAR_SHA512 7151a42742d4c34a8f03c58dae471f80788b76adbb52188759b7fc7357757f88fa9d980de006ce48732c40f326b92b79fb069e807c2b66d4387ee60433a8accb)
set(UNRAR_FILENAME unrarsrc-${UNRAR_VERSION}.tar.gz)
set(UNRAR_URL https://www.rarlab.com/rar/${UNRAR_FILENAME})

Expand All @@ -15,7 +15,6 @@ vcpkg_extract_source_archive(
SOURCE_PATH
ARCHIVE "${ARCHIVE}"
SOURCE_BASE ${UNRAR_VERSION}
PATCHES msbuild-use-default-sma.patch
)

vcpkg_msbuild_install(
Expand Down
3 changes: 1 addition & 2 deletions ports/unrar/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "unrar",
"version": "6.1.7",
"port-version": 3,
"version": "7.0.7",
"description": "rarlab's unrar library",
"homepage": "https://www.rarlab.com",
"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 @@ -8889,8 +8889,8 @@
"port-version": 2
},
"unrar": {
"baseline": "6.1.7",
"port-version": 3
"baseline": "7.0.7",
"port-version": 0
},
"upb": {
"baseline": "2022-06-21",
Expand Down
5 changes: 5 additions & 0 deletions versions/u-/unrar.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "efd77010f783812337dbbda1c0f54af588506d02",
"version": "7.0.7",
"port-version": 0
},
{
"git-tree": "6bc071be9e736a08d2826e81e000dbc6aa6d4b2b",
"version": "6.1.7",
Expand Down

0 comments on commit 3d94f2a

Please sign in to comment.