diff options
author | Brendan Coles <bcoles@gmail.com> | 2021-04-16 17:39:43 +0000 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-04-16 21:14:00 +0200 |
commit | a206ab2211d15cfdd27287b2e237e02eecee55a2 (patch) | |
tree | f25a5bd02eb35eba346eafc2859894b5ed6ec69e /Ports/neofetch | |
parent | 6c618eb072bc76fb4ea1cabc79d307139aaa24a1 (diff) | |
download | serenity-a206ab2211d15cfdd27287b2e237e02eecee55a2.zip |
Ports: Add auth_type verification to all package.sh files
Diffstat (limited to 'Ports/neofetch')
-rwxr-xr-x | Ports/neofetch/package.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Ports/neofetch/package.sh b/Ports/neofetch/package.sh index 0aea86032e..f2147c0da1 100755 --- a/Ports/neofetch/package.sh +++ b/Ports/neofetch/package.sh @@ -4,7 +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" +files="https://github.com/dylanaraps/neofetch/archive/${version}.tar.gz neofetch-${version}.tar.gz 37ba9026fdd353f66d822fdce16420a8" +auth_type=md5 install() { run make DESTDIR=$DESTDIR PREFIX=/usr/local $installopts install |