Compare commits

..

1 commit

Author SHA1 Message Date
46fad5d5f8
update deps 2025-01-11 14:25:00 +09:00
2 changed files with 8 additions and 8 deletions

6
qlfile
View file

@ -1,6 +1,6 @@
ql alexandria
ql cl-str
git rove https://github.com/fukamachi/rove.git
git dissect https://github.com/Shinmera/dissect.git ; workaround
ql mstrings
git rove https://github.com/fukamachi/rove
git dissect https://github.com/Shinmera/dissect ; workaround
git mstrings https://git.sr.ht/~shunter/mstrings

View file

@ -12,13 +12,13 @@
:version "ql-2024-10-12"))
("rove" .
(:class qlot/source/git:source-git
:initargs (:remote-url "https://github.com/fukamachi/rove.git")
:initargs (:remote-url "https://github.com/fukamachi/rove")
:version "git-cacea7331c10fe9d8398d104b2dfd579bf7ea353"))
("dissect" .
(:class qlot/source/git:source-git
:initargs (:remote-url "https://github.com/Shinmera/dissect.git")
:initargs (:remote-url "https://github.com/Shinmera/dissect")
:version "git-a70cabcd748cf7c041196efd711e2dcca2bbbb2c"))
("mstrings" .
(:class qlot/source/ql:source-ql
:initargs (:%version :latest)
:version "ql-2022-07-07"))
(:class qlot/source/git:source-git
:initargs (:remote-url "https://git.sr.ht/~shunter/mstrings")
:version "git-7a94c070141c7cd03bbd3648b17724c3bf143393"))