Skip to content

Commit

Permalink
GnuTLS: Update from 3.7.9 to 3.7.10
Browse files Browse the repository at this point in the history
This fixes #2856.

```
inbetweenmove> wget https://www.netfilter.org/projects/conntrack-tools/files/conntrack-tools-1.4.7.tar.bz2
--2023-08-24 15:40:04--  https://www.netfilter.org/projects/conntrack-tools/files/conntrack-tools-1.4.7.tar.bz2
Resolving www.netfilter.org... 92.243.18.11, 2001:4b98:dc0:43:216:3eff:fe87:a456
Connecting to www.netfilter.org|92.243.18.11|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 539688 (527K) [application/x-bzip2]
Saving to: ‘conntrack-tools-1.4.7.tar.bz2’

conntrack-tools-1.4.7.tar.bz2         100%[=======================================================================>] 527.04K  2.51MB/s    in 0.2s

2023-08-24 15:40:04 (2.51 MB/s) - ‘conntrack-tools-1.4.7.tar.bz2’ saved [539688/539688]
```
  • Loading branch information
niclas committed Aug 24, 2023
1 parent 5172eef commit bd389d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gnutls.be0
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/usr/bin/env beesh

# BEE_VERSION gnutls-3.7.9-0
# BEE_VERSION gnutls-3.7.10-0

# more info: https://gnutls.org/

#SRCURL[0]="https://www.gnupg.org/ftp/gcrypt/gnutls/v3.7/gnutls-3.7.9.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/191b8bac4c8aac468549ca64ac2f30b6/gnutls-3.7.9.tar.xz"
#SRCURL[0]="https://www.gnupg.org/ftp/gcrypt/gnutls/v3.7/gnutls-3.7.10.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/b049e76a9714698a35f8c4a6d59747b9/gnutls-3.7.10.tar.xz"

# PATCHURL+=()

Expand Down

0 comments on commit bd389d8

Please sign in to comment.