Skip to content

Commit

Permalink
vcpkg 2024.04.26
Browse files Browse the repository at this point in the history
  • Loading branch information
chenrui333 authored and fxcoudert committed May 1, 2024
1 parent 1cf76ae commit cde6e53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/v/vcpkg.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class Vcpkg < Formula

Check warning on line 1 in Formula/v/vcpkg.rb

View workflow job for this annotation

GitHub Actions / Linux

vcpkg: Formula version newer than livecheck

The formula version (2024.04.26) is newer than the version from `brew livecheck` (2024.04.23).

Check warning on line 1 in Formula/v/vcpkg.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

vcpkg: Formula version newer than livecheck

The formula version (2024.04.26) is newer than the version from `brew livecheck` (2024.04.23).

Check warning on line 1 in Formula/v/vcpkg.rb

View workflow job for this annotation

GitHub Actions / macOS 12-arm64

vcpkg: Formula version newer than livecheck

The formula version (2024.04.26) is newer than the version from `brew livecheck` (2024.04.23).
desc "C++ Library Manager"
homepage "https://github.com/microsoft/vcpkg"
url "https://github.com/microsoft/vcpkg-tool/archive/refs/tags/2024-03-14.tar.gz"
version "2024.03.14"
sha256 "2b89635be4832ced505915bf46bbdd09d8a13ffd4c9ae11754929c7d07f1b903"
url "https://github.com/microsoft/vcpkg-tool/archive/refs/tags/2024-04-26.tar.gz"
version "2024.04.26"
sha256 "d5558cd419c8d46bdc958064cb97f963d1ea793866414c025906ec15033512ed"
license "MIT"
head "https://github.com/microsoft/vcpkg-tool.git", branch: "main"

Expand Down

0 comments on commit cde6e53

Please sign in to comment.