Skip to content

Commit

Permalink
Merge pull request #1893 from mariux64/fix-flex-264
Browse files Browse the repository at this point in the history
flex: use persistent SRCURL
  • Loading branch information
wwwutz authored Sep 17, 2020
2 parents 3b687a2 + dfccbb9 commit 2cf6027
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions flex.be0
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
#!/usr/bin/env beesh

# BEE_VERSION flex-2.6.4-0
# BEE_VERSION flex-2.6.4-1

# more info: https://github.com/westes/flex
# https://www.archlinux.org/packages/core/x86_64/flex/

SRCURL[0]="https://github.com/westes/flex/releases/download/v${PKGVERSION}/flex-${PKGVERSION}.tar.gz"
# SRCURL[0]="https://github.com/westes/flex/releases/download/v${PKGVERSION}/flex-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/2882e3179748cc9f9c23ec593d6adc8d/flex-2.6.4.tar.gz"

PATCHURL+=( /src/mariux/md5repo/0a8e8242b37c57b0bc0c6f673bceb5b7/flex-pie.patch )
PATCHURL+=( "https://beehive.molgen.mpg.de/0a8e8242b37c57b0bc0c6f673bceb5b7/flex-pie.patch" )

# build_in_sourcedir

Expand Down

0 comments on commit 2cf6027

Please sign in to comment.