Skip to content

Commit

Permalink
Merge pull request #607 from mariux64/update-util-linux-and-bash-comp…
Browse files Browse the repository at this point in the history
…letion

Update to util-linux 2.31.1 and bash-completion 2.7
  • Loading branch information
donald authored Feb 7, 2018
2 parents 4f40279 + 6596ae4 commit 7e7d94b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bash-completion.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION bash-completion-2.3-3
# BEE_VERSION bash-completion-2.7-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.)
Expand All @@ -21,7 +21,7 @@ SRCURL[0]="https://github.com/scop/bash-completion/releases/download/${PKGVERSIO
## Add filename patterns to the EXCLUDE array of files that should not
## be added to you package but may be present in the image directory.

# EXCLUDE+=()
EXCLUDE+=(/usr/share/bash-completion/completions/rfkill)

###############################################################################
## Uncomment the next statement, if the software may not be able to be build
Expand Down
4 changes: 2 additions & 2 deletions util-linux.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION util-linux-2.29-0
# BEE_VERSION util-linux-2.31.1-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.)
Expand All @@ -15,7 +15,7 @@ SRCURL[0]="https://www.kernel.org/pub/linux/utils/util-linux/v${PKGVERSION[2]}/u
## Add URLs/pathes to patch files to the PATCHURL array.
## The sources will be patched in the order of the array.

PATCHURL+=("https://git.kernel.org/cgit/utils/util-linux/util-linux.git/patch/?id=3fcbd7978980dc1a29c626b701333e27599e506d 3fcbd797.patch")
# PATCHURL+=()

###############################################################################
## Add filename patterns to the EXCLUDE array of files that should not
Expand Down

0 comments on commit 7e7d94b

Please sign in to comment.