Skip to content

Update mold from 1.3.1 to 1.4.2 #2741

Merged
merged 1 commit into from
Sep 12, 2022
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
6 changes: 3 additions & 3 deletions mold.be0
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/env beesh

# BEE_VERSION mold-1.3.1-0
# BEE_VERSION mold-1.4.2-0

# https://github.com/rui314/mold/
# SRCURL[0]="https://github.com/rui314/mold/archive/refs/tags/v1.3.1.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/caeec8fadaea5fcee6e8783534087275/mold-1.3.1.tar.gz"
# SRCURL[0]="https://github.com/rui314/mold/archive/refs/tags/v1.4.2.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/3a9891b330789fe04fbcced05b5fffe2/mold-1.4.2.tar.gz"

# PATCHURL+=()

Expand Down