Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
e2fsprogs: fix SRCURL
- fixed SRCURL
  • Loading branch information
wwwutz committed Apr 26, 2021
1 parent a4247dc commit 449be84
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions e2fsprogs.be0
@@ -1,20 +1,14 @@
#!/usr/bin/env beesh

# BEE_VERSION e2fsprogs-1.45.4-2
# BEE_VERSION e2fsprogs-1.45.4-3

## The source URL(s) array
SRCURL[0]="https://prdownloads.sourceforge.net/e2fsprogs/e2fsprogs-${PKGVERSION}.tar.gz"
# SRCURL[0]="https://prdownloads.sourceforge.net/e2fsprogs/e2fsprogs-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/2c2f9d4bcd0be54b3b3b8d5feec7b0ff/e2fsprogs-1.45.4.tar.gz"

## Add URLs/paths to patch files
# PATCHURL+=()

## files that should not be added from the image directory.
# EXCLUDE+=()

## uncomment to change default
# build_in_sourcedir

## specify different source directory
# sourcesubdir_append src

#mee_extract() {
Expand Down

0 comments on commit 449be84

Please sign in to comment.