Skip to content

Commit

Permalink
Merge pull request #1168 from mariux64/update-elfutils-ver-0.166-to-0…
Browse files Browse the repository at this point in the history
….176

Update elfutils ver 0.166 to 0.176
  • Loading branch information
pmenzel authored Jul 11, 2019
2 parents 572c3d0 + 95a2112 commit baea402
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion elfutils-0.166-0.bee → elfutils.be0
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
#!/usr/bin/env beesh

# BEE_VERSION elfutils-0.176-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)

###############################################################################
## The source URL(s) define the location of the sources that will be
## downloaded. Version variables may be used to simplify reuse of this bee-file.

SRCURL[0]="https://fedorahosted.org/releases/e/l/elfutils/${PKGVERSION}/elfutils-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://sourceware.org/elfutils/ftp/${PKGVERSION}/elfutils-${PKGVERSION}.tar.bz2"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down

0 comments on commit baea402

Please sign in to comment.