瀏覽代碼

objfw: add version 1.4.1 (#8075)

* Update ObjFW

* objfw: add version 1.4.1
Frityet 1 周之前
父節點
當前提交
e60e2b4150
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      packages/o/objfw/xmake.lua

+ 4 - 1
packages/o/objfw/xmake.lua

@@ -24,7 +24,7 @@ package("objfw")
     add_versions("1.1.4",   "f6bfdbab22008aae3e4b48d77ced1a04c5153961c6f7e5492891f90ae5131a78")
     add_versions("1.1.4",   "f6bfdbab22008aae3e4b48d77ced1a04c5153961c6f7e5492891f90ae5131a78")
     add_versions("1.1.5",   "9d45d2009a0bb9b1a0918918e454b47b8161670df8016b5f3a85eccea91d8988")
     add_versions("1.1.5",   "9d45d2009a0bb9b1a0918918e454b47b8161670df8016b5f3a85eccea91d8988")
     add_versions("1.1.6",   "c19a97a011e14780fb32cfbdbbd6a699a955b57124e4e079768cb8aad4430e1d")
     add_versions("1.1.6",   "c19a97a011e14780fb32cfbdbbd6a699a955b57124e4e079768cb8aad4430e1d")
-	add_versions("1.1.7",   "5107d8a0627e2270d211abf1b4f6c50fd89c8d672d2179b50daa7d3b66d68a70")
+	  add_versions("1.1.7",   "5107d8a0627e2270d211abf1b4f6c50fd89c8d672d2179b50daa7d3b66d68a70")
     add_versions("1.2.0",   "f1d92b64f524a1aaf8e8b572a0edf5817d589c3d3c60cab9bb182ccbac3ee405")
     add_versions("1.2.0",   "f1d92b64f524a1aaf8e8b572a0edf5817d589c3d3c60cab9bb182ccbac3ee405")
     add_versions("1.2.1",   "637fdeccae149cec236e62c5289450afad542fe930343918856e76594ab3fcfd")
     add_versions("1.2.1",   "637fdeccae149cec236e62c5289450afad542fe930343918856e76594ab3fcfd")
     add_versions("1.2.2",   "4fe0bed1ec21561a184d804aa577ff630f1e3d20b1c3b973073e23ce829294a1")
     add_versions("1.2.2",   "4fe0bed1ec21561a184d804aa577ff630f1e3d20b1c3b973073e23ce829294a1")
@@ -33,6 +33,7 @@ package("objfw")
     add_versions("1.3",     "de9e8a84437c01dacb9e83d7de0e3f7add3152165707d51a4caec640e4f56ba6")
     add_versions("1.3",     "de9e8a84437c01dacb9e83d7de0e3f7add3152165707d51a4caec640e4f56ba6")
     add_versions("1.3.1",   "a3bdf28c2e166f97680601c29f204670a8c4c8e43d393321a7d1f64fe1d2f513")
     add_versions("1.3.1",   "a3bdf28c2e166f97680601c29f204670a8c4c8e43d393321a7d1f64fe1d2f513")
     add_versions("1.3.2",   "8148df0d55d1a3218fe9965144b5c3ee2a7f4d8e43e430a6107e294043872cab")
     add_versions("1.3.2",   "8148df0d55d1a3218fe9965144b5c3ee2a7f4d8e43e430a6107e294043872cab")
+    add_versions("1.4.1",   "e223b1cae37453f02ea98f085c3c1f4b78dcf7c16b43d35b05d9ad4480e175b2")
 
 
     if is_host("linux", "macosx") then
     if is_host("linux", "macosx") then
         add_deps("autoconf", "automake", "libtool")
         add_deps("autoconf", "automake", "libtool")
@@ -50,6 +51,8 @@ package("objfw")
     add_configs("unicode_tables", { description = "Enable Unicode tables.", default = true, type = "boolean" })
     add_configs("unicode_tables", { description = "Enable Unicode tables.", default = true, type = "boolean" })
 
 
     add_configs("codepage_437", { description = "Enable codepage 437 support.", default = true, type = "boolean" })
     add_configs("codepage_437", { description = "Enable codepage 437 support.", default = true, type = "boolean" })
+    
+
     add_configs("codepage_850", { description = "Enable codepage 850 support.", default = true, type = "boolean" })
     add_configs("codepage_850", { description = "Enable codepage 850 support.", default = true, type = "boolean" })
     add_configs("codepage-858", { description = "Enable codepage 858 support.", default = true, type = "boolean" })
     add_configs("codepage-858", { description = "Enable codepage 858 support.", default = true, type = "boolean" })
     add_configs("iso_8859_2", { description = "Enable ISO-8859-2 support.", default = true, type = "boolean" })
     add_configs("iso_8859_2", { description = "Enable ISO-8859-2 support.", default = true, type = "boolean" })