diff options
author | EWouters <6179932+EWouters@users.noreply.github.com> | 2022-06-03 17:49:32 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-06-08 11:40:31 +0100 |
commit | d73bb1dcd6df849c0d8c03c1b93c24b558277a23 (patch) | |
tree | 5822df7ddacfbe99b6f64c165650c2eba6f9a37b /Ports/links | |
parent | 7f0d4eef766301e44fa469e435d0ea2884a611a4 (diff) | |
download | serenity-d73bb1dcd6df849c0d8c03c1b93c24b558277a23.zip |
Ports/links: Update links to version 2.26
Diffstat (limited to 'Ports/links')
-rwxr-xr-x | Ports/links/package.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Ports/links/package.sh b/Ports/links/package.sh index 6eaa6816a3..be21555978 100755 --- a/Ports/links/package.sh +++ b/Ports/links/package.sh @@ -1,6 +1,6 @@ #!/usr/bin/env -S bash ../.port_include.sh -port=links -version=2.25 -useconfigure=true -files="http://links.twibright.com/download/links-${version}.tar.bz2 links-${version}.tar.bz2 2dd78508698e8279ef4f09a3a2a21e9595040113402da6c553974414fb49dd2c" -auth_type=sha256 +port='links' +version='2.26' +useconfigure='true' +files="http://links.twibright.com/download/links-${version}.tar.bz2 links-${version}.tar.bz2 f05b3577f25dbe63e491c424f0ecb31f7bfadce9b2bc2f111dfed049c004c9cb" +auth_type='sha256' |