Skip to content

Commit

Permalink
binutils: update 2.40 to 2.41
Browse files Browse the repository at this point in the history
- updated
  • Loading branch information
wwwutz committed Sep 6, 2023
1 parent cc98400 commit f3b4fc8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions binutils.be0
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/env beesh
# BEE_VERSION binutils-2.40-0
# BEE_VERSION binutils-2.41-0

# SRCURL="https://ftp.gnu.org/gnu/binutils/binutils-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/007b59bd908a737c06e5a8d3d2c737eb/binutils-2.40.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/256d7e0ad998e423030c84483a7c1e30/binutils-2.41.tar.xz"

mee_configure() {
bee_configure \
Expand All @@ -18,3 +18,4 @@ mee_install() {
bee_install
cp -v ${S}/include/libiberty.h ${D}/usr/include
}

0 comments on commit f3b4fc8

Please sign in to comment.