Skip to content

Commit

Permalink
Update vcpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Jul 9, 2024
1 parent 246c9fe commit 1a0d9d8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
pkgs: curl gettext-libintl glib gtest jsoncpp libsecret libuuid maddy openssl
triplet: x64-linux
revision: efd5cdaf1eaf2b3490d2c333d962a33078fba54b
revision: 5f502b165027bbede86ff2c5316334e3398bc519
token: ${{ secrets.GITHUB_TOKEN }}
github-binarycache: true
- name: "Build"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
pkgs: curl gettext-libintl glib gtest jsoncpp maddy openssl
triplet: arm64-osx
revision: efd5cdaf1eaf2b3490d2c333d962a33078fba54b
revision: 5f502b165027bbede86ff2c5316334e3398bc519
token: ${{ secrets.GITHUB_TOKEN }}
github-binarycache: true
- name: "Build"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
pkgs: curl gettext-libintl gtest jsoncpp maddy sqlcipher
triplet: x64-windows
revision: efd5cdaf1eaf2b3490d2c333d962a33078fba54b
revision: 5f502b165027bbede86ff2c5316334e3398bc519
token: ${{ secrets.GITHUB_TOKEN }}
github-binarycache: true
- name: "Build"
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PROJECT_NAME = "libnick"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = "2024.6.9"
PROJECT_NUMBER = "2024.7.2"

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down

0 comments on commit 1a0d9d8

Please sign in to comment.