Browse Source

Update debug_assert to 1.3.4 (#6745)

* Update debug_assert to 1.3.4

* Remove old version in debug_assert to avoid using old version

* Add tar.gz

* Update v1.3.4's sha256
ShrBox 4 months ago
parent
commit
e51fda1e21
1 changed files with 2 additions and 1 deletions
  1. 2 1
      packages/d/debug_assert/xmake.lua

+ 2 - 1
packages/d/debug_assert/xmake.lua

@@ -5,7 +5,8 @@ package("debug_assert")
     set_license("zlib")
     set_license("zlib")
 
 
     add_urls("https://github.com/foonathan/debug_assert.git")
     add_urls("https://github.com/foonathan/debug_assert.git")
-    add_versions("2022.11.13", "7ea47091830eec9a9c6a338c8a29da70494692a5")
+    add_urls("https://github.com/foonathan/debug_assert/archive/refs/tags/$(version).tar.gz")
+    add_versions("v1.3.4", "6d8749eaa6b571b6b53e2355ed0e916a83842cd623ce7e5f65b521ec71b70454")
 
 
     add_deps("cmake")
     add_deps("cmake")