Skip to content

Commit

Permalink
update celero to no patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
fwqaaq committed Jul 28, 2023
1 parent 4e985d4 commit c28a673
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/c/celero/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ package("celero")
set_description("C++ Benchmarking Library")
set_license("Apache-2.0")

add_urls("https://github.com/DigitalInBlue/Celero/archive/refs/tags/$(version).zip",
add_urls("https://github.com/DigitalInBlue/Celero/archive/refs/tags/$(version).tar.gz",
"https://github.com/DigitalInBlue/Celero.git")
add_versions("v2.8.2", "6618c45adf2671c550997780e334592969fc4179d086b5b3cf5369fb1f4f6743")
add_versions("v2.8.5", "1f319661c4bee1f6855e45c1764be6cd38bfe27e8afa8da1ad7060c1a793aa20")
add_versions("v2.8.2", "7d2131ba27ca5343b31f1e04777ed3e666e2ad7f785e79c960c872fc48cd5f88")

add_patches("v2.8.2", path.join(os.scriptdir(), "patches", "2.8.2", "gcc11.patch"), "4851cc1ed85d9ee9ce000d7df9d5baabc86f83c50cff09074159239fa37ca8e9")

Expand Down

0 comments on commit c28a673

Please sign in to comment.