Skip to content

Commit

Permalink
Add hashes to README
Browse files Browse the repository at this point in the history
Now single-package-locations require hashes
  • Loading branch information
changlinli committed Jan 22, 2024
1 parent c68e1a9 commit 50fe188
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
Expand Down Expand Up @@ -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"
}
]
}
Expand Down

0 comments on commit 50fe188

Please sign in to comment.