Skip to content

Commit b259080

Browse files
pybind11: add v3.0.0 (#7668)
1 parent f312e47 commit b259080

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/p/pybind11/xmake.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
package("pybind11")
2-
32
set_kind("library", {headeronly = true})
43
set_homepage("https://github.com/pybind/pybind11")
54
set_description("Seamless operability between C++11 and Python.")
65
set_license("BSD-3-Clause")
76

87
add_urls("https://github.com/pybind/pybind11/archive/refs/tags/$(version).zip",
98
"https://github.com/pybind/pybind11.git")
9+
10+
add_versions("v3.0.0", "dfe152af2f454a9d8cd771206c014aecb8c3977822b5756123f29fd488648334")
1011
add_versions("v2.13.6", "d0a116e91f64a4a2d8fb7590c34242df92258a61ec644b79127951e821b47be6")
1112
add_versions("v2.13.5", "0b4f2d6a0187171c6d41e20cbac2b0413a66e10e014932c14fae36e64f23c565")
1213
add_versions("v2.5.0", "1859f121837f6c41b0c6223d617b85a63f2f72132bae3135a2aa290582d61520")

0 commit comments

Comments
 (0)