mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
frozen: update to 1.2.0.
This commit is contained in:
parent
b4ab931668
commit
dc7d78d8bf
2 changed files with 2 additions and 14 deletions
|
@ -1,12 +0,0 @@
|
||||||
--- a/tests/test_unordered_set.cpp
|
|
||||||
+++ b/tests/test_unordered_set.cpp
|
|
||||||
@@ -65,8 +65,8 @@ TEST_CASE("tripleton str frozen unordere
|
|
||||||
constexpr auto max_size = ze_set.max_size();
|
|
||||||
REQUIRE(max_size == 3);
|
|
||||||
|
|
||||||
- constexpr auto nocount = ze_set.count(4);
|
|
||||||
+ auto nocount = ze_set.count(4);
|
|
||||||
REQUIRE(nocount == 0);
|
|
||||||
|
|
||||||
constexpr auto count = ze_set.count(1);
|
|
||||||
REQUIRE(count == 1);
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'frozen'
|
# Template file for 'frozen'
|
||||||
pkgname=frozen
|
pkgname=frozen
|
||||||
version=1.1.1
|
version=1.2.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
# broken with gcc 12.2, works with 12.3
|
# broken with gcc 12.2, works with 12.3
|
||||||
|
@ -11,4 +11,4 @@ license="Apache-2.0"
|
||||||
homepage="https://github.com/serge-sans-paille/frozen"
|
homepage="https://github.com/serge-sans-paille/frozen"
|
||||||
distfiles="https://github.com/serge-sans-paille/frozen/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/serge-sans-paille/frozen/archive/refs/tags/${version}.tar.gz"
|
||||||
distfiles="https://dev-www.libreoffice.org/src/frozen-${version}.tar.gz"
|
distfiles="https://dev-www.libreoffice.org/src/frozen-${version}.tar.gz"
|
||||||
checksum=f7c7075750e8fceeac081e9ef01944f221b36d9725beac8681cbd2838d26be45
|
checksum=ed8339c017d7c5fe019ac2c642477f435278f0dc643c1d69d3f3b1e95915e823
|
||||||
|
|
Loading…
Add table
Reference in a new issue