mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 17:40:27 +00:00
Ports: Pull dropbear from a mirror
The main web page has been offline for at least a week. This gets the dropbear port building again.
This commit is contained in:
parent
e89a82a476
commit
748ac5e01b
Notes:
sideshowbarker
2024-07-19 05:32:47 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/748ac5e01b3 Pull-request: https://github.com/SerenityOS/serenity/pull/2588
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
#!/bin/bash ../.port_include.sh
|
||||
port=dropbear
|
||||
version=2019.78
|
||||
files="https://matt.ucc.asn.au/dropbear/releases/dropbear-${version}.tar.bz2 dropbear-${version}.tar.bz2
|
||||
https://matt.ucc.asn.au/dropbear/releases/dropbear-${version}.tar.bz2.asc dropbear-${version}.tar.bz2.asc
|
||||
https://matt.ucc.asn.au/dropbear/releases/dropbear-key-2015.asc dropbear-key-2015.asc"
|
||||
files="https://mirror.dropbear.nl/mirror/releases/dropbear-${version}.tar.bz2 dropbear-${version}.tar.bz2
|
||||
https://mirror.dropbear.nl/mirror/releases/dropbear-${version}.tar.bz2.asc dropbear-${version}.tar.bz2.asc
|
||||
https://mirror.dropbear.nl/mirror/releases/dropbear-key-2015.asc dropbear-key-2015.asc"
|
||||
|
||||
auth_type="sig"
|
||||
auth_opts="--keyring ./dropbear-key-2015.asc dropbear-${version}.tar.bz2.asc"
|
||||
|
|
Loading…
Reference in a new issue