dep-repository

Default repository for the dep dependency manager
git clone git://git.finwo.net/misc/dep-repository
Log | Files | Refs

commit 14eda90eea9e5bc4a6bdce6a550719d2deb975c3
parent 6a5742254960b6294cb2db46be1d084e707744fb
Author: finwo <finwo@pm.me>
Date:   Tue, 21 Feb 2023 21:26:03 +0100

Fix repository index for protothreads library

Diffstat:
Medge.cnf | 4++--
Mstable.cnf | 4++--
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/edge.cnf b/edge.cnf @@ -1,8 +1,8 @@ -adamdunkels/protothreads=https://raw.githubusercontent.com/finwo/c-protothreads/edge/package.ini +adamdunkels/protothreads=https://github.com/finwo/c-protothreads/archive/refs/tags/edge.tar.gz antirez/linenoise=https://raw.githubusercontent.com/finwo/dep-repository/main/antirez/linenoise/package.ini antirez/rax=https://raw.githubusercontent.com/finwo/dep-repository/main/antirez/rax/package.ini benhoyt/inih=https://raw.githubusercontent.com/finwo/dep-repository/main/benhoyt/inih/package-edge.ini -cgraham/protothreads=https://raw.githubusercontent.com/finwo/c-protothreads/cgraham/package.ini +cgraham/protothreads=https://github.com/finwo/c-protothreads/archive/refs/tags/cgraham.tar.gz cofyc/argparse=https://raw.githubusercontent.com/finwo/dep-repository/main/cofyc/argparse/package.ini finwo/assert=https://github.com/finwo/c-assert/archive/refs/tags/edge.tar.gz finwo/http-parser=https://github.com/finwo/http-parser/archive/refs/tags/edge.tar.gz diff --git a/stable.cnf b/stable.cnf @@ -1,8 +1,8 @@ -adamdunkels/protothreads=https://raw.githubusercontent.com/finwo/c-protothreads/stable/package.ini +adamdunkels/protothreads=https://github.com/finwo/c-protothreads/archive/refs/tags/stable.tar.gz antirez/linenoise=https://raw.githubusercontent.com/finwo/dep-repository/main/antirez/linenoise/package.ini antirez/rax=https://raw.githubusercontent.com/finwo/dep-repository/main/antirez/rax/package.ini benhoyt/inih=https://raw.githubusercontent.com/finwo/dep-repository/main/benhoyt/inih/package-stable.ini -cgraham/protothreads=https://raw.githubusercontent.com/finwo/c-protothreads/cgraham/package.ini +cgraham/protothreads=https://github.com/finwo/c-protothreads/archive/refs/tags/cgraham.tar.gz cofyc/argparse=https://raw.githubusercontent.com/finwo/dep-repository/main/cofyc/argparse/package.ini finwo/assert=https://github.com/finwo/c-assert/archive/refs/tags/stable.tar.gz finwo/http-parser=https://github.com/finwo/http-parser/archive/refs/tags/stable.tar.gz