diff options
author | Ben Sima <ben@bsima.me> | 2020-12-07 21:38:04 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-12-07 21:38:04 -0500 |
commit | 94c9fbf38bc711431cd55d2c7cbe7443e56976f6 (patch) | |
tree | c903e9fcf7b5d4b9142e4fd7f21f8f7ce7c1f73b /Biz/Bild/Sources.json | |
parent | 2642499df1795c8024992b3cfd8891c8fc576ed8 (diff) |
Auth and load repos from GitHub
Diffstat (limited to 'Biz/Bild/Sources.json')
-rw-r--r-- | Biz/Bild/Sources.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Biz/Bild/Sources.json b/Biz/Bild/Sources.json index d6228e4..2aea2c8 100644 --- a/Biz/Bild/Sources.json +++ b/Biz/Bild/Sources.json @@ -97,6 +97,19 @@ "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz", "version": "0.3.4" }, + "req": { + "branch": "master", + "description": "Easy-to-use, type-safe, expandable, high-level HTTP client library", + "homepage": "", + "owner": "mrkkrp", + "repo": "req", + "rev": "0f799e9076053c4bdd685b81e0393d1682de8735", + "sha256": "1xrzplgas107zxnv23ai14r4s6wz57ycsav1zhikhk04zz442zhh", + "type": "tarball", + "url": "https://github.com/mrkkrp/req/archive/0f799e9076053c4bdd685b81e0393d1682de8735.tar.gz", + "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz", + "version": "3.8.0" + }, "servant-auth": { "branch": "master", "description": null, |