Browse Source

package/sqlitecpp: bump to version 3.3.3

- fixes a build issue with gcc-15
- license hash updated due to year change

Release Notes: https://github.com/SRombauts/SQLiteCpp/releases/tag/3.3.3

Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
[Julien: add missing "Signed-off-by:"]
Signed-off-by: Julien Olivain <ju.o@free.fr>
Michael Nosthoff 2 months ago
parent
commit
ae61cc15d9
2 changed files with 3 additions and 3 deletions
  1. 2 2
      package/sqlitecpp/sqlitecpp.hash
  2. 1 1
      package/sqlitecpp/sqlitecpp.mk

+ 2 - 2
package/sqlitecpp/sqlitecpp.hash

@@ -1,3 +1,3 @@
 # Locally computed:
-sha256  5aa8eda130d0689bd5ed9b2074714c2dbc610f710483c61ba6cf944cebfe03af  sqlitecpp-3.3.2.tar.gz
-sha256  ecb10f021c51e9fd1dabaebd8a8e977934d47d9e3c74094f333060be2d6e023b  LICENSE.txt
+sha256  33bd4372d83bc43117928ee842be64d05e7807f511b5195f85d30015cad9cac6  sqlitecpp-3.3.3.tar.gz
+sha256  a16149966042207bfc968dd1081403d43a37a6264fe31c7b1a7960dbb0e716b9  LICENSE.txt

+ 1 - 1
package/sqlitecpp/sqlitecpp.mk

@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SQLITECPP_VERSION = 3.3.2
+SQLITECPP_VERSION = 3.3.3
 SQLITECPP_SITE = $(call github,SRombauts,SQLiteCpp,$(SQLITECPP_VERSION))
 SQLITECPP_LICENSE = MIT
 SQLITECPP_LICENSE_FILES = LICENSE.txt