aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-02-21 17:18:58 +0000
committerGitHub <noreply@github.com>2018-02-21 17:18:58 +0000
commit113c8f6c42c8810c465d11c51e02efe5c26fd574 (patch)
treedb6c29102c18a5ca48ecac52f393de819d637af8
parent6aad829564ee70ab31d0b1e2b9e3b82cb3e40926 (diff)
parent8ca27a3f4525929cad922ba516e8d52fd32e23a6 (diff)
downloadpackages-113c8f6c42c8810c465d11c51e02efe5c26fd574.tar.gz
packages-113c8f6c42c8810c465d11c51e02efe5c26fd574.zip
Merge pull request #658 from CORDEA/feature/add-sha1ext
Add sha1ext
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 8bade36..27531d8 100644
--- a/packages.json
+++ b/packages.json
@@ -8215,5 +8215,17 @@
"description": "String interning library",
"license": "MIT",
"web": "https://github.com/pragmagic/names"
+ },
+ {
+ "name": "sha1ext",
+ "url": "https://github.com/CORDEA/sha1ext",
+ "method": "git",
+ "tags": [
+ "sha1",
+ "extension"
+ ],
+ "description": "std / sha1 extension",
+ "license": "Apache License 2.0",
+ "web": "https://github.com/CORDEA/sha1ext"
}
]