Skip to content

gnutls: update to 3.7.1 #2132

Merged
merged 1 commit into from
May 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
83 changes: 0 additions & 83 deletions gnutls-3.4.8-0.bee

This file was deleted.

36 changes: 36 additions & 0 deletions gnutls.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
#!/usr/bin/env beesh

# BEE_VERSION gnutls-3.7.1-0

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

# SRCURL[0]="https://www.gnupg.org/ftp/gcrypt/gnutls/v3.7/gnutls-3.7.1.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/278e1f50d79cd13727733adbf01fde8f/gnutls-3.7.1.tar.xz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

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

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}