Browse Source

Update dirent to 1.25 (#7056)

ruki 3 months ago
parent
commit
152602e8fd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/d/dirent/xmake.lua

+ 1 - 0
packages/d/dirent/xmake.lua

@@ -7,6 +7,7 @@ package("dirent")
     add_urls("https://github.com/tronkko/dirent/archive/refs/tags/$(version).tar.gz",
              "https://github.com/tronkko/dirent.git")
 
+    add_versions("1.25", "1c816c911f911161fc8874a308c15f1819c294dd2f94d618063a878723238a06")
     add_versions("1.24", "37009127a65bb1ddc47d06c097321f87f45ca2e998b2ec3bf2e0b2b19649d6f9")
 
     on_install("windows", "mingw", "msys", "cygwin", function (package)