Pārlūkot izejas kodu

Auto-update sqlcipher to 4.6.0 (#4258)

* Update sqlcipher to 4.6.0

* Update xmake.lua

* Update xmake.lua

---------

Co-authored-by: c8ef <[email protected]>
ruki 1 gadu atpakaļ
vecāks
revīzija
c0bbd88db0
2 mainītis faili ar 3 papildinājumiem un 2 dzēšanām
  1. 2 1
      packages/s/sqlcipher/xmake.lua
  2. 1 1
      packages/t/tclsh/xmake.lua

+ 2 - 1
packages/s/sqlcipher/xmake.lua

@@ -4,6 +4,7 @@ package("sqlcipher")
     set_description("SQLCipher is a standalone fork of the SQLite database library that adds 256 bit AES encryption of database files and other security features")
 
     set_urls("https://github.com/sqlcipher/sqlcipher/archive/refs/tags/v$(version).tar.gz")
+    add_versions("4.6.0", "879fb030c36bc5138029af6aa3ae3f36c28c58e920af05ac7ca78a5915b2fa3c")
     add_versions("4.5.3", "5c9d672eba6be4d05a9a8170f70170e537ae735a09c3de444a8ad629b595d5e2")
 
     add_configs("encrypt",  { description = "enable encrypt", default = true, type = "boolean"})
@@ -77,7 +78,7 @@ package("sqlcipher")
         os.cp("sqlite3ext.h", package:installdir("include"))
     end)
 
-    on_install("linux", "macosx", "android", "iphoneos", "cross", function (package)
+    on_install("linux", "macosx", "iphoneos", "cross", function (package)
         os.vrunv("./configure", {"--with-crypto-lib=none"})
         import("package.tools.make").build(package, {"sqlite3.c"})
         local configs = {}

+ 1 - 1
packages/t/tclsh/xmake.lua

@@ -4,7 +4,7 @@ package("tclsh")
     set_description("The Tcl Core. (Mirror of core.tcl-lang.org) ")
 
     add_urls("https://github.com/tcltk/tcl.git")
-    add_versions("2023.03.14", "69fe4c9e803e72ef654111cbbf3ce184e63989d4")
+    add_versions("2024.06.07", "6accaa2544857f45554541a83fb4ef4cefa263d0")
 
     on_install("linux", "macosx", function (package)
         local configs = {}