Skip to content

Commit

Permalink
[bit7z] Bump to 4.0.9 (microsoft#42882)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhuai authored Dec 23, 2024
1 parent 8496f6a commit b556a15
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/bit7z/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO rikyoz/bit7z
REF "v${VERSION}"
SHA512 02ee10a66598e9a2f5b47f35392dc8f3de11e01dac9d657e1321d1de97baf9832b1f1559054160d122dddd0427f54076820d7252185912c38b2f277d9c5fa1c0
SHA512 c0577b07301b09726fb46164483dc277d681a74a80a90a1aa4881d949be28e6ec26678a0cfbf83e38b4915c8a724078e0771fecefba8c6dfbf9029f8db6063fa
HEAD_REF master
PATCHES
fix_install.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/bit7z/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bit7z",
"version": "4.0.8",
"version": "4.0.9",
"description": "A C++ static library offering a clean and simple interface to the 7-zip shared libraries.",
"homepage": "https://github.com/rikyoz/bit7z",
"license": "MPL-2.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/b-/bit7z.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "88073b4adf36aa5b939b9565ec299084e3162e8b",
"version": "4.0.9",
"port-version": 0
},
{
"git-tree": "07fa7b0762a888e367f01bd9ba8674c7a0d7ffdb",
"version": "4.0.8",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@
"port-version": 3
},
"bit7z": {
"baseline": "4.0.8",
"baseline": "4.0.9",
"port-version": 0
},
"bitmagic": {
Expand Down

0 comments on commit b556a15

Please sign in to comment.