Skip to content

Commit

Permalink
Merge pull request #2967 from mariux64/update-xfsprogs
Browse files Browse the repository at this point in the history
Update xfsprogs
  • Loading branch information
donald authored Sep 4, 2023
2 parents 44e71f9 + 6abec5e commit 68cd261
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 2 deletions.
38 changes: 38 additions & 0 deletions libinih.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
#!/usr/bin/env beesh

# BEE_VERSION libinih-57-0

# more info: https://github.com/benhoyt/inih/

#SRCURL[0]="https://github.com/benhoyt/inih/archive/refs/tags/r${PKGVERSION}.tar.gz libinih.${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/07aa33593487633519fb3a0e55546c09/libinih.57.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}
4 changes: 2 additions & 2 deletions xfsprogs.be0
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/env beesh

# BEE_VERSION xfsprogs-5.8.0-0
# BEE_VERSION xfsprogs-6.4.0-0

# SRCURL[0]="https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/8227438c870493f95613b3d9c5e3fa2a/xfsprogs-5.8.0.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/81c09e5ea47412c3a109a316cf4dd39d/xfsprogs-6.4.0.tar.xz"

# PATCHURL+=()

Expand Down

0 comments on commit 68cd261

Please sign in to comment.