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/neofetch/package.sh | |
parent | d77e7e99e4b3bf23ed3663c4d6db34f1496b4306 (diff) | |
download | serenity-5911d379a67d4d8957b89f1ca7eed946eae8312b.zip |
Ports: Update checksums to use the SHA256 algorithm
Diffstat (limited to 'Ports/neofetch/package.sh')
-rwxr-xr-x | Ports/neofetch/package.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Ports/neofetch/package.sh b/Ports/neofetch/package.sh index c2be427d19..bba137e7bc 100755 --- a/Ports/neofetch/package.sh +++ b/Ports/neofetch/package.sh @@ -4,8 +4,8 @@ port=neofetch version=7.1.0 useconfigure=false depends="bash jq" -files="https://github.com/dylanaraps/neofetch/archive/${version}.tar.gz neofetch-${version}.tar.gz 37ba9026fdd353f66d822fdce16420a8" -auth_type=md5 +files="https://github.com/dylanaraps/neofetch/archive/${version}.tar.gz neofetch-${version}.tar.gz 58a95e6b714e41efc804eca389a223309169b2def35e57fa934482a6b47c27e7" +auth_type=sha256 install() { run make DESTDIR=${SERENITY_INSTALL_ROOT} PREFIX=/usr/local $installopts install |