Skip to content

Commit

Permalink
flex: use persistent SRCURL
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwutz committed Sep 16, 2020
1 parent ba5c3b5 commit dfccbb9
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 dfccbb9

Please sign in to comment.