mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-15 15:55:24 +01:00
Update curl to 7.88.1
Patches have been regenerated to update hunk line numbers
This commit is contained in:
parent
558630c559
commit
bc4ecd9ed4
16 changed files with 38 additions and 33 deletions
8
sysc/curl-7.88.1/files/sinus.pl
Normal file
8
sysc/curl-7.88.1/files/sinus.pl
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# SPDX-FileCopyrightText: 1998-2021 Daniel Stenberg <daniel@haxx.se>
|
||||
#
|
||||
# SPDX-License-Identifier: curl
|
||||
|
||||
my $pi = 3.1415;
|
||||
foreach my $i (1 .. 200) {
|
||||
printf "%d, ", sin($i/200 * 2 * $pi) * 500000 + 500000;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue