diff --git a/qlfile b/qlfile index 6b6b356..d47d1e2 100644 --- a/qlfile +++ b/qlfile @@ -1,6 +1,6 @@ ql alexandria ql cl-str -git rove https://github.com/fukamachi/rove -git dissect https://github.com/Shinmera/dissect ; workaround -git mstrings https://git.sr.ht/~shunter/mstrings +git rove https://github.com/fukamachi/rove.git +git dissect https://github.com/Shinmera/dissect.git ; workaround +ql mstrings diff --git a/qlfile.lock b/qlfile.lock index 41f11ce..f23bd4e 100644 --- a/qlfile.lock +++ b/qlfile.lock @@ -12,13 +12,13 @@ :version "ql-2024-10-12")) ("rove" . (:class qlot/source/git:source-git - :initargs (:remote-url "https://github.com/fukamachi/rove") + :initargs (:remote-url "https://github.com/fukamachi/rove.git") :version "git-cacea7331c10fe9d8398d104b2dfd579bf7ea353")) ("dissect" . (:class qlot/source/git:source-git - :initargs (:remote-url "https://github.com/Shinmera/dissect") + :initargs (:remote-url "https://github.com/Shinmera/dissect.git") :version "git-a70cabcd748cf7c041196efd711e2dcca2bbbb2c")) ("mstrings" . - (:class qlot/source/git:source-git - :initargs (:remote-url "https://git.sr.ht/~shunter/mstrings") - :version "git-7a94c070141c7cd03bbd3648b17724c3bf143393")) + (:class qlot/source/ql:source-ql + :initargs (:%version :latest) + :version "ql-2022-07-07"))