Skip to content

Commit

Permalink
Merge pull request #3217 from mariux64/update-gnutls-from-3.7.10-to-3…
Browse files Browse the repository at this point in the history
….8.9

Update GnuTLS from 3.7.10 to 3.8.9
  • Loading branch information
pmenzel authored Mar 18, 2025
2 parents 371f896 + ffe189f commit be02081
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 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.10-0
# BEE_VERSION gnutls-3.8.9-0

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

#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"
#SRCURL[0]="https://www.gnupg.org/ftp/gcrypt/gnutls/v3.8/gnutls-3.8.9.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/33f4c800c20af2983c45223a803da865/gnutls-3.8.9.tar.xz"

# PATCHURL+=()

Expand All @@ -23,8 +23,7 @@ SRCURL[0]="https://beehive.molgen.mpg.de/b049e76a9714698a35f8c4a6d59747b9/gnutls

mee_configure() {
bee_configure \
--with-included-libtasn1 \
--disable-guile
--with-included-libtasn1
}

#mee_build() {
Expand Down

0 comments on commit be02081

Please sign in to comment.