Skip to content

ddd: update 3.3.12 to 3.4.0 #3080

Merged
merged 1 commit into from
Mar 18, 2024
Merged
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
7 changes: 4 additions & 3 deletions ddd.be0
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
#!/usr/bin/env beesh

# BEE_VERSION ddd-3.3.12-1
# BEE_VERSION ddd-3.4.0-0

# more info: https://foo.bar.com

SRCURL[0]="https://ftp.gnu.org/gnu/ddd/ddd-${PKGVERSION}.tar.gz"
#SRCURL[0]="https://ftp.gnu.org/gnu/ddd/ddd-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/23fc7448a189908c945fe2ba7fd3a53a/ddd-3.4.0.tar.gz"

PATCHURL+=( /src/mariux/patches/ddd-fix-race-stringify.patch )
# PATCHURL+=( /src/mariux/patches/ddd-fix-race-stringify.patch )

# build_in_sourcedir

Expand Down