Pārlūkot izejas kodu

dpp: bump version to v10.0.22 (#1722)

* dpp: bump version to v10.0.22

* dpp: change v10.0.22 sha256 hash

There was a bug in the tag version, and the dev recreated it with fixes
Louis Bailleau 2 gadi atpakaļ
vecāks
revīzija
cd73fa71f4
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      packages/d/dpp/xmake.lua

+ 2 - 0
packages/d/dpp/xmake.lua

@@ -10,6 +10,8 @@ package("dpp")
     -- Keep all versions with the same major number. If D++ switch to a new major version,
     -- keep only the latest previous versions.
     -- i.e. if D++ switch to v11.x.x, keep only the latest v10.x.x and delete the rest.
+    add_versions("v10.0.22", "f8da36a9e24012fdff55a988e41d2015235b9e564b3151a1e5158fa1c7e05648")
+
     add_versions("v10.0.21", "8ef2bb75f16b80d742a99c3a18ab5a2a57bce74238518af9b9aca670c2d7034b")
 
     add_versions("v10.0.20", "c4a7481c714c27d9c1411c668212e433fa5f6631a933676269c866295bd4ef73")