Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rhash] update to 1.4.5 #41631

Merged
merged 2 commits into from
Oct 18, 2024
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/rhash/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 rhash/RHash
REF "v${VERSION}"
SHA512 00a7e5e058b53ce20ae79509815452ed9cb699d1322b678220b72c61dea3ea2f8fa131acfade8bb6d9f6af913f0c3c472330841181b22314b8755166310c946f
SHA512 49bd6aa2497efc4871ae31eaca51d2dc78ceb7126311557d5280b14fafe9355eaecad37f0f78f865e4e1dd1aeb506d3301989cd2f9fff7b0091c81978e8c2f2e
HEAD_REF master
)

Expand Down
3 changes: 1 addition & 2 deletions ports/rhash/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "rhash",
"version": "1.4.4",
"port-version": 1,
"version": "1.4.5",
"description": "C library for computing a wide variety of hash sums",
"homepage": "https://github.com/rhash/RHash",
"license": "0BSD",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7893,8 +7893,8 @@
"port-version": 0
},
"rhash": {
"baseline": "1.4.4",
"port-version": 1
"baseline": "1.4.5",
"port-version": 0
},
"rhasheq": {
"baseline": "2023-06-17",
Expand Down
5 changes: 5 additions & 0 deletions versions/r-/rhash.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2b7adcfa5ff805a8b180650cf8ded7ad2db5e527",
"version": "1.4.5",
"port-version": 0
},
{
"git-tree": "a3e224c21215bd63a0404550b6b396254a60635e",
"version": "1.4.4",
Expand Down