duckdb: add v0.8.1 (#39851)
This commit is contained in:
parent
1e85a1b227
commit
11c6431c9a
@ -11,8 +11,9 @@ class Duckdb(CMakePackage):
|
|||||||
"""DuckDB is an in-process SQL OLAP Database Management System."""
|
"""DuckDB is an in-process SQL OLAP Database Management System."""
|
||||||
|
|
||||||
homepage = "https://duckdb.org"
|
homepage = "https://duckdb.org"
|
||||||
url = "https://github.com/duckdb/duckdb/archive/refs/tags/v0.7.1.tar.gz"
|
url = "https://github.com/duckdb/duckdb/archive/refs/tags/v0.8.1.tar.gz"
|
||||||
git = "https://github.com/duckdb/duckdb.git"
|
git = "https://github.com/duckdb/duckdb.git"
|
||||||
|
|
||||||
version("master", branch="master")
|
version("master", branch="master")
|
||||||
|
version("0.8.1", sha256="a0674f7e320dc7ebcf51990d7fc1c0e7f7b2c335c08f5953702b5285e6c30694")
|
||||||
version("0.7.1", sha256="67f840f861e5ffbe137d65a8543642d016f900b89dd035492d562ad11acf0e1e")
|
version("0.7.1", sha256="67f840f861e5ffbe137d65a8543642d016f900b89dd035492d562ad11acf0e1e")
|
||||||
|
Loading…
Reference in New Issue
Block a user