diff options
author | Gunnar Beutner <gunnar@beutner.name> | 2021-04-25 12:20:15 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-04-25 13:30:18 +0200 |
commit | 5911d379a67d4d8957b89f1ca7eed946eae8312b (patch) | |
tree | 7253e1a1505526d36ea8bd7d29219a6e1232b531 /Ports/sl | |
parent | d77e7e99e4b3bf23ed3663c4d6db34f1496b4306 (diff) | |
download | serenity-5911d379a67d4d8957b89f1ca7eed946eae8312b.zip |
Ports: Update checksums to use the SHA256 algorithm
Diffstat (limited to 'Ports/sl')
-rwxr-xr-x | Ports/sl/package.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Ports/sl/package.sh b/Ports/sl/package.sh index dc9d4f4909..6af9284386 100755 --- a/Ports/sl/package.sh +++ b/Ports/sl/package.sh @@ -2,8 +2,8 @@ port=sl version=git workdir=sl-master -files="https://github.com/mtoyoda/sl/archive/master.tar.gz sl-git.tar.gz 230347a534644a46e635877a6b0dfb77" -auth_type=md5 +files="https://github.com/mtoyoda/sl/archive/master.tar.gz sl-git.tar.gz 3270434e28c4f4e15b8e98de60ea98508a7486485f52356a61f36ac5430fbc80" +auth_type=sha256 depends="ncurses" build() { |