update celero to no patch version (#2375)

pull/2376/head
fwqaaq 2 years ago committed by GitHub
parent 4e985d4007
commit 9061d635e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      packages/c/celero/xmake.lua

@ -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")

Loading…
Cancel
Save