From 50fe1881297a724d82cdc900f0bdbb9b40da034e Mon Sep 17 00:00:00 2001 From: Changlin Li Date: Mon, 22 Jan 2024 23:06:09 +0000 Subject: [PATCH] Add hashes to README Now single-package-locations require hashes --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3708bc154..3b223f39c 100644 --- a/README.md +++ b/README.md @@ -190,6 +190,8 @@ packages by adding them as entries to `single-package-locations`. "package-name": "someauthor/somecoolpackage", "version": "1.0.0", "url": "https://example.com/my-custom-library-1-0-0.zip" + "hash-type": "sha-1", + "hash": "somerealhashherelike293b123abb920323d127b" } ] } @@ -278,7 +280,9 @@ location. "file-type": "zipfile", "package-name": "elm-janitor/core", "version": "1.0.0", - "url": "https://github.com/elm-janitor/core/archive/refs/heads/stack-1.0.5.zip" + "url": "https://github.com/elm-janitor/core/archive/refs/heads/stack-1.0.5.zip", + "hash-type": "sha-1", + "hash": "f8b911c7d976533bce684b3c8da8f93151092bb2a" } ] }